Remove hash from chunk filename when dev env (#4411)

This commit is contained in:
Yamagishi Kazutoshi 2017-07-28 12:14:01 +09:00 committed by Eugen Rochko
parent e67fc997dc
commit f93f306053
2 changed files with 6 additions and 2 deletions

View file

@ -33,7 +33,7 @@ module.exports = {
output: {
filename: '[name].js',
chunkFilename: '[name]-[chunkhash].js',
chunkFilename: '[name].js',
path: output.path,
publicPath: output.publicPath,
},