git-history/craco.config.js

11 lines
161 B
JavaScript
Raw Normal View History

2019-03-01 04:48:26 +03:00
module.exports = {
webpack: {
configure: {
output: {
// I need "this" for workerize-loader
globalObject: "this"
}
}
}
};