Skip to content

Commit 52cc3f1

Browse files
committed
remove chunk name
1 parent a5f7edb commit 52cc3f1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build/webpack/base.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ export default {
1414
output: {
1515
path: config.rootPath,
1616
publicPath: config.publicPath,
17-
filename: '[name].js',
18-
hotUpdateChunkFilename: '[name].[hash:8].hot-update.js',
19-
hotUpdateMainFilename: '[name].hot-update.js'
17+
filename: '[name].js'
2018
},
2119
resolve: {
2220
extensions: ['.js', '.vue', '.json'],

0 commit comments

Comments
 (0)