Added support for cache bust webpack chunk files. Fixes #5477

This commit is contained in:
Aditya Toshniwal
2021-05-11 13:48:53 +05:30
committed by Akshay Joshi
parent 1e6eca1787
commit 058afad9eb
2 changed files with 2 additions and 1 deletions

View File

@@ -366,7 +366,7 @@ module.exports = [{
libraryTarget: 'amd',
path: outputPath,
filename: '[name].js',
chunkFilename: '[name].chunk.js',
chunkFilename: '[name].chunk.js?id=[chunkhash]',
libraryExport: 'default',
publicPath: '',
},