Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove chunkhash
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Jul 28, 2021
commit 63c3b9a4cc281cf5f69f5c4313f2b9d238c07308
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