Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:rguenther:plgrnd
element-web
fix-webpack-oom.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-webpack-oom.patch of Package element-web
--- element-web-1.11.51/package.json.old 2023-12-06 12:17:43.051457300 +0100 +++ element-web-1.11.51/package.json 2023-12-06 12:17:48.124782822 +0100 @@ -40,7 +40,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",
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor