From dc5a043c55cc6c4e2aca15613b4e8f7cddde007e Mon Sep 17 00:00:00 2001 From: stefano bovio Date: Wed, 2 Oct 2024 11:20:33 +0200 Subject: [PATCH] Fix #10455 update extension webpack (#10580) --- build/createExtensionWebpackConfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/createExtensionWebpackConfig.js b/build/createExtensionWebpackConfig.js index c83af1fb23..a68082de0b 100644 --- a/build/createExtensionWebpackConfig.js +++ b/build/createExtensionWebpackConfig.js @@ -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,