mirror of https://github.com/webpack/webpack.git
8 lines
116 B
JavaScript
8 lines
116 B
JavaScript
|
|
module.exports = {
|
||
|
|
worker: {
|
||
|
|
webpack: {
|
||
|
|
output: "hash.worker.js",
|
||
|
|
outputPostfix: ".hash.worker.js"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|