aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2019-02-05 20:09:13 +0800
committerFabio Berger <me@fabioberger.com>2019-02-05 20:09:13 +0800
commit2447c72a5c360382bafb1df114310be2c853a170 (patch)
treed219a9a80cf8450052f71903edc96394ab158d2b
parentd7c9d733499d30d33d32a22703e49ea3ad66e7b2 (diff)
downloaddexon-0x-contracts-2447c72a5c360382bafb1df114310be2c853a170.tar.gz
dexon-0x-contracts-2447c72a5c360382bafb1df114310be2c853a170.tar.zst
dexon-0x-contracts-2447c72a5c360382bafb1df114310be2c853a170.zip
Fix heap out of memory issue
-rw-r--r--packages/0x.js/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json
index d37988e26..e7011289e 100644
--- a/packages/0x.js/package.json
+++ b/packages/0x.js/package.json
@@ -24,7 +24,7 @@
"test:coverage": "nyc npm run test --all && yarn coverage:report:lcov",
"coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info",
"clean": "shx rm -rf _bundles lib test_temp src/generated_contract_wrappers generated_docs",
- "build:umd:prod": "NODE_ENV=production webpack",
+ "build:umd:prod": "NODE_ENV=production node --max_old_space_size=8192 ../../node_modules/.bin/webpack --mode production",
"build:commonjs": "tsc -b",
"docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --tsconfig typedoc-tsconfig.json --json $JSON_FILE_PATH $PROJECT_FILES"
},
id=bd4d8eb2430019e9b8e1e8d6342cbd600247ecfa'>root/comms
Commit message (Expand)AuthorAgeFilesLines
* comms/cwstudio: Update from 0.9.5 to 0.9.6joneum2017-12-252-6/+6
* comms/amtterm Update to 1.6 releasesbruno2017-12-232-3/+4
* Switch from swig 2.0 to swig 3.0bapt2017-12-212-5/+5
* Switch to swig 3.0bapt2017-12-201-1/+2
* =Version 1.0.4=db2017-12-202-4/+4
* Switch to swig 3.0bapt2017-12-191-1/+2
* Mark more recently failing ports broken on aarch64.linimon2017-12-191-0/+2
* Update to rel. 3.10.2.0mr2017-12-183-10/+11
* comms/tio: Update from 1.27 to 1.28joneum2017-12-142-4/+4
* - Those ports fail to build with python3antoine2017-12-122-1/+2
* wsjt builds fine without the python metaportantoine2017-12-091-2/+1
* Update */pear-Horde to the latest versionjoneum2017-12-092-4/+4
* - Pet portlintamdmi32017-12-051-6/+13
* comms/mlan3 shells/fish: annotate conflictsasomers2017-12-051-0/+2
* Use USES=localbasesunpoet2017-12-042-11/+4
* - Add explicit FLAVOR to a few dependenciesantoine2017-12-032-2/+2
* Cleanup LIB_DEPENDS on libpngantoine2017-12-012-2/+2
* Convert Python ports to FLAVORS.mat2017-11-3013-38/+28
* For ports that are marked BROKEN on armv6, and also fail to build onlinimon2017-11-30