diff --git a/packages/app-clipper/popup/config/webpack.config.js b/packages/app-clipper/popup/config/webpack.config.js index 46fd4dbf9..ed849beed 100644 --- a/packages/app-clipper/popup/config/webpack.config.js +++ b/packages/app-clipper/popup/config/webpack.config.js @@ -166,6 +166,8 @@ module.exports = function(webpackEnv) { // changing JS code would still trigger a refresh. ].filter(Boolean), output: { + // Needed to fix this: https://www.reddit.com/r/webdev/comments/qd14bm/node_17_currently_breaks_most_webpack/ + hashFunction: 'sha512', // The build folder. path: isEnvProduction ? paths.appBuild : undefined, // Add /* filename */ comments to generated require()s in the output.