Skip to content

Commit d232576

Browse files
c0defre4kLinusBorg
authored andcommittedNov 20, 2017
revert #996 chunk names to minify prodution JS (#1086)
1 parent a37bcbb commit d232576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎template/build/webpack.prod.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const webpackConfig = merge(baseWebpackConfig, {
2626
output: {
2727
path: config.build.assetsRoot,
2828
filename: utils.assetsPath('js/[name].[chunkhash].js'),
29-
chunkFilename: utils.assetsPath('js/[name].[chunkhash].js')
29+
chunkFilename: utils.assetsPath('js/[id].[chunkhash].js')
3030
},
3131
plugins: [
3232
// http://vuejs.github.io/vue-loader/en/workflow/production.html

0 commit comments

Comments
 (0)
Please sign in to comment.