git-history/craco.config.js
2019-02-28 22:48:26 -03:00

11 lines
161 B
JavaScript

module.exports = {
webpack: {
configure: {
output: {
// I need "this" for workerize-loader
globalObject: "this"
}
}
}
};