Skip to content

Commit

Permalink
Remove chunkhash
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Jul 28, 2021
1 parent 9a9df23 commit 63c3b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = {
path: path.resolve(__dirname, './js'),
publicPath: '/js/',
filename: 'vue-[name].js?v=[contenthash]',
chunkFilename: 'vue-[name]-[chunkhash].js?v=[contenthash]',
chunkFilename: 'vue-[name].js?v=[contenthash]',
jsonpFunction: 'webpackJsonpSettings',
},
optimization: {
Expand Down

0 comments on commit 63c3b9a

Please sign in to comment.