mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 10:42:53 +00:00
12 lines
421 B
Diff
12 lines
421 B
Diff
patch-package
|
|
--- a/node_modules/metro/src/DeltaBundler/WorkerFarm.js
|
|
+++ b/node_modules/metro/src/DeltaBundler/WorkerFarm.js
|
|
@@ -130,6 +130,7 @@ class WorkerFarm {
|
|
if (execArgv.length > 0 && execArgv[0].charAt(0) !== "-") {
|
|
execArgv.shift();
|
|
}
|
|
+ execArgv.push("--max-old-space-size=8192");
|
|
|
|
const env = _extends({}, process.env, {
|
|
// Force color to print syntax highlighted code frames.
|