Skip to content

Commit

Permalink
replace id with name in chunk files, Fix #996 (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
SidKwok authored and LinusBorg committed Nov 8, 2017
1 parent 583b6bb commit 883442b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/build/webpack.prod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const webpackConfig = merge(baseWebpackConfig, {
output: {
path: config.build.assetsRoot,
filename: utils.assetsPath('js/[name].[chunkhash].js'),
chunkFilename: utils.assetsPath('js/[id].[chunkhash].js')
chunkFilename: utils.assetsPath('js/[name].[chunkhash].js')
},
plugins: [
// http://vuejs.github.io/vue-loader/en/workflow/production.html
Expand Down

0 comments on commit 883442b

Please sign in to comment.