mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added support for cache bust webpack chunk files. Fixes #5477
This commit is contained in:
committed by
Akshay Joshi
parent
1e6eca1787
commit
058afad9eb
@@ -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: '',
|
||||
},
|
||||
|
Reference in New Issue
Block a user