Skip to content

Commit

Permalink
Revert "add --max_old_space_size=4096 to react-script options in pack…
Browse files Browse the repository at this point in the history
…age.json (#529)" (#531)

This reverts commit 9444c3f.
  • Loading branch information
NdibeRaymond authored Sep 5, 2022
1 parent 8f225b1 commit 7415c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zubhub_frontend/zubhub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts --max_old_space_size=4096 start",
"build": "react-scripts --max_old_space_size=4096 build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"pretty": "prettier --config ./.prettierrc.yaml --write \"src/**/*.{js,jsx}\""
Expand Down

0 comments on commit 7415c8f

Please sign in to comment.