added hash to bundle chunk webpack for better cache handling
This commit is contained in:
@@ -39,7 +39,7 @@ module.exports = {
|
||||
publicPath: '/themes/custom/materiotheme/assets/dist/',
|
||||
path: utils.resolve(themePath + '/assets/dist/'),
|
||||
filename: '[name].js',
|
||||
chunkFilename: '[name].bundle.js'
|
||||
chunkFilename: '[name].[chunkhash].bundle.js'
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
Reference in New Issue
Block a user