mirror of
https://github.com/pomber/git-history.git
synced 2024-11-22 23:13:20 +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"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
};
|