mirror of
https://github.com/pomber/git-history.git
synced 2024-11-26 08:35:07 +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"
|
|
}
|
|
}
|
|
}
|
|
};
|