Skip to content

Commit

Permalink
Change package chunks name
Browse files Browse the repository at this point in the history
  • Loading branch information
tuandm committed Jul 13, 2022
1 parent 84eebe1 commit d967f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ module.exports = {
plugins: plugins,
output: {
filename: '[name].js',
chunkFilename: 'js/audit-app.[chunkhash:6].js',
chunkFilename: 'js/app.[chunkhash:6].js',
},
};

0 comments on commit d967f4d

Please sign in to comment.