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.
1 parent 725ba83 commit bf7b659Copy full SHA for bf7b659
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