We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ece310 + bf7b659 commit 040b45cCopy full SHA for 040b45c
frontend/webpack.config.js
@@ -13,8 +13,8 @@ module.exports = {
13
},
14
output: {
15
path: path.resolve(__dirname, 'dist'),
16
- filename: 'js/[name].bundle.js',
17
- chunkFilename: 'js/[name].bundle.[id].js',
+ filename: `js/[name].bundle.js?v=${PACKAGE.version}`,
+ chunkFilename: `js/[name].bundle.[id].js?v=${PACKAGE.version}`,
18
publicPath: '/'
19
20
resolve: {
0 commit comments