mirror of
https://github.com/pomber/git-history.git
synced 2024-11-22 14:02:24 +03:00
11 lines
161 B
JavaScript
11 lines
161 B
JavaScript
module.exports = {
|
|
webpack: {
|
|
configure: {
|
|
output: {
|
|
// I need "this" for workerize-loader
|
|
globalObject: "this"
|
|
}
|
|
}
|
|
}
|
|
};
|