webpack/examples/web-worker/webpackOptions.js

8 lines
116 B
JavaScript

module.exports = {
worker: {
webpack: {
output: "hash.worker.js",
outputPostfix: ".hash.worker.js"
}
}
}