From 0d496cf18d1b8a96540f23f493fd8b82fda647ac Mon Sep 17 00:00:00 2001 From: GujjetiMokshithcode Date: Fri, 10 Jul 2026 18:43:49 +0530 Subject: [PATCH] Fix ERR_OSSL_EVP_UNSUPPORTED on OpenSSL 3.0 --- packages/react-scripts/config/webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-scripts/config/webpack.config.js b/packages/react-scripts/config/webpack.config.js index e465d8e7a00..6281bad743c 100644 --- a/packages/react-scripts/config/webpack.config.js +++ b/packages/react-scripts/config/webpack.config.js @@ -212,6 +212,7 @@ module.exports = function (webpackEnv) { // This means they will be the "root" imports that are included in JS bundle. entry: paths.appIndexJs, output: { + hashFunction: 'xxhash64', // The build folder. path: paths.appBuild, // Add /* filename */ comments to generated require()s in the output.