12 lines
823 B
Diff
12 lines
823 B
Diff
|
--- element-web-1.11.86/package.json 2024-11-19 15:23:06.000000000 +0100
|
||
|
+++ element-web-1.11.86/package.json 2024-11-19 22:51:41.274335024 +0100
|
||
|
@@ -42,7 +42,7 @@
|
||
|
"build:res": "ts-node scripts/copy-res.ts",
|
||
|
"build:genfiles": "yarn build:res && yarn build:module_system",
|
||
|
"build:modernizr": "modernizr -c .modernizr.json -d src/vector/modernizr.js",
|
||
|
- "build:bundle": "webpack --progress --mode production",
|
||
|
+ "build:bundle": "node --max_old_space_size=4000 --optimize_for_size $(which webpack) --progress --mode production",
|
||
|
"build:bundle-stats": "webpack --progress --mode production --json > webpack-stats.json",
|
||
|
"build:module_system": "ts-node --project ./tsconfig.module_system.json module_system/scripts/install.ts",
|
||
|
"dist": "./scripts/package.sh",
|