mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
remove chunk name
This commit is contained in:
parent
5b372feb3b
commit
772edeaa58
1 changed files with 1 additions and 3 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue