SHA256
1
0
forked from pool/element-web
element-web/fix-webpack-oom.patch
2023-01-30 14:51:29 +00:00

14 lines
982 B
Diff

Index: element-web-1.11.20/package.json
===================================================================
--- element-web-1.11.20.orig/package.json 2023-01-20 13:52:01.000000000 +0100
+++ element-web-1.11.20/package.json 2023-01-27 13:02:23.452017454 +0100
@@ -37,7 +37,7 @@
"build:res": "node scripts/copy-res.js",
"build:genfiles": "yarn build:res && yarn build:jitsi && yarn build:module_system",
"build:modernizr": "modernizr -c .modernizr.json -d src/vector/modernizr.js",
- "build:bundle": "webpack --progress --bail --mode production",
+ "build:bundle": "node --max_old_space_size=4000 --optimize_for_size $(which webpack) --progress --bail --mode production",
"build:bundle-stats": "webpack --progress --bail --mode production --json > webpack-stats.json",
"build:module_system": "tsc --project ./tsconfig.module_system.json && node ./lib/module_system/scripts/install.js",
"dist": "scripts/package.sh",