mirror of https://github.com/webpack/webpack.git
8 lines
121 B
JavaScript
8 lines
121 B
JavaScript
|
module.exports = {
|
||
|
worker: {
|
||
|
output: {
|
||
|
filename: "hash.worker.js",
|
||
|
chunkFilename: "[id].hash.worker.js"
|
||
|
}
|
||
|
}
|
||
|
}
|