mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-25 14:38:29 +00:00
Minor: update hash to fullhash for filename and chunkFilename in webpack prod config (#14668)
This commit is contained in:
parent
501c22f6c1
commit
f9ebdfc722
@ -33,8 +33,8 @@ module.exports = {
|
||||
// Output configuration
|
||||
output: {
|
||||
path: outputPath,
|
||||
filename: 'openmetadata.[hash].js',
|
||||
chunkFilename: '[name].[hash].js',
|
||||
filename: 'openmetadata.[fullhash].js',
|
||||
chunkFilename: '[name].[fullhash].js',
|
||||
publicPath: '/', // Ensures bundle is served from absolute path as opposed to relative
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user