Skip to content

Commit 521764a

Browse files
c0defre4kLinusBorg
authored andcommitted
revert vuejs-templates#996 chunk names to minify prodution JS (vuejs-templates#1086)
1 parent 023644a commit 521764a

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)