webpack/examples/web-worker/webpack.config.js

8 lines
121 B
JavaScript

module.exports = {
worker: {
output: {
filename: "hash.worker.js",
chunkFilename: "[id].hash.worker.js"
}
}
}