Skip to content

Commit a0b233d

Browse files
authored
Merge pull request #8747 from mahantidinesh7/node-options-update
Add --openssl-legacy-provider to NODE_OPTIONS
2 parents 52a1c1e + b3478b2 commit a0b233d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/webpack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ end
2222

2323
newenv = {
2424
"NODE_PATH" => NODE_MODULES_PATH.shellescape,
25-
"NODE_OPTIONS" => "--max_old_space_size=4096"
25+
"NODE_OPTIONS" => "--max_old_space_size=4096 --openssl-legacy-provider"
2626
}
2727
cmdline = ["yarn", "run", "webpack", "--config", WEBPACK_CONFIG] + ARGV
2828

0 commit comments

Comments
 (0)