Add hash to bundle urls for cache busting
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ module.exports = {
|
||||
})
|
||||
],
|
||||
output: {
|
||||
filename: '[name].bundle.js',
|
||||
filename: '[name].[contenthash].bundle.js',
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
publicPath: ''
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user