We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2ccaa commit e58bd40Copy full SHA for e58bd40
1 file changed
package.json
@@ -33,7 +33,7 @@
33
"proxy": "https://api.hackertab.dev/",
34
"scripts": {
35
"start": "react-scripts start",
36
- "web-build": "REACT_APP_WEB_BUILD=1 CI= react-scripts --max_old_space_size=512 build",
+ "web-build": "REACT_APP_WEB_BUILD=1 CI= react-scripts --max_old_space_size=3072 build",
37
"build": "./script/build.sh",
38
"stores-build": "./script/stores_build.sh",
39
"eject": "react-scripts eject"
0 commit comments