Merge pull request #2473 from thornbill/cache-busting

Add hash to bundle urls for cache busting
This commit is contained in:
Bill Thornton
2021-03-02 11:33:50 -05:00
committed by GitHub
+1 -1
View File
@@ -77,7 +77,7 @@ module.exports = {
})
],
output: {
filename: '[name].bundle.js',
filename: '[name].[contenthash].bundle.js',
path: path.resolve(__dirname, 'dist'),
publicPath: ''
},