diff --git a/package.json b/package.json index e073e3b..2cd8584 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "scripts": { "analyze": "source-map-explorer 'build/static/js/*.js'", "start": "react-scripts start", - "build": "react-scripts build", + "build": "react-scripts --max_old_space_size=4096 build", "test": "react-scripts test", "eject": "react-scripts eject" },