Commit 9f50cc8
ui: fix build for Node 17+ / OpenSSL 3 and raise heap to 4 GB
webpack 4 uses the MD4 hash algorithm which OpenSSL 3 (Node 17+) no
longer provides by default, causing ERR_OSSL_EVP_UNSUPPORTED.
NODE_OPTIONS is used (rather than a direct node flag) so the setting is
inherited by all child processes that webpack spawns during the build.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9a16fe0 commit 9f50cc8
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments