Skip to content

Commit

Permalink
Fix #10455 update extension webpack (#10580)
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap authored Oct 2, 2024
1 parent 64474f4 commit dc5a043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/createExtensionWebpackConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ module.exports = ({ prod = true, name, exposes, sharedLibrariesEager = true, ali
]
},
output: {
hashFunction: "xxhash64", // needed for newer version of node (> version 16)
publicPath,
chunkFilename: 'assets/js/[name].[chunkhash:8].js',
path: destination,
Expand Down

0 comments on commit dc5a043

Please sign in to comment.