Skip to content

Commit 0d496cf

Browse files
Fix ERR_OSSL_EVP_UNSUPPORTED on OpenSSL 3.0
1 parent 6254386 commit 0d496cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/react-scripts/config/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ module.exports = function (webpackEnv) {
212212
// This means they will be the "root" imports that are included in JS bundle.
213213
entry: paths.appIndexJs,
214214
output: {
215+
hashFunction: 'xxhash64',
215216
// The build folder.
216217
path: paths.appBuild,
217218
// Add /* filename */ comments to generated require()s in the output.

0 commit comments

Comments
 (0)