remove chunk name

This commit is contained in:
Marcos Moura 2017-02-07 21:18:41 -02:00
parent 5b372feb3b
commit 772edeaa58

View file

@ -14,9 +14,7 @@ export default {
output: {
path: config.rootPath,
publicPath: config.publicPath,
filename: '[name].js',
hotUpdateChunkFilename: '[name].[hash:8].hot-update.js',
hotUpdateMainFilename: '[name].hot-update.js'
filename: '[name].js'
},
resolve: {
extensions: ['.js', '.vue', '.json'],