webpack/examples/web-worker/webpackOptions.js

8 lines
116 B
JavaScript
Raw Normal View History

2012-08-23 07:58:17 +08:00
module.exports = {
worker: {
webpack: {
output: "hash.worker.js",
outputPostfix: ".hash.worker.js"
}
}
}