Remove hash from chunk filename when dev env (#4411)
This commit is contained in:
parent
e67fc997dc
commit
f93f306053
2 changed files with 6 additions and 2 deletions
|
@ -33,7 +33,7 @@ module.exports = {
|
|||
|
||||
output: {
|
||||
filename: '[name].js',
|
||||
chunkFilename: '[name]-[chunkhash].js',
|
||||
chunkFilename: '[name].js',
|
||||
path: output.path,
|
||||
publicPath: output.publicPath,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue