Skip to content

Commit

Permalink
replace id with name in chunk files, Fix vuejs-templates#996
Browse files Browse the repository at this point in the history
  • Loading branch information
SidKwok committed Oct 20, 2017
1 parent 937ebe6 commit 33108a1
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 @@ -25,7 +25,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 33108a1

Please sign in to comment.