From 64bf56a80e5b6ab45c9b22fefff2c6bb8e41ba92 Mon Sep 17 00:00:00 2001 From: bbfsdev Date: Tue, 10 Dec 2019 01:30:11 +0000 Subject: [PATCH] Roll back react-script that OOM. Roll up again after https://github.com/facebook/create-react-app/issues/8130 solved. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76a278d62..68b7596a5 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "nodemon": "^2.0.1", "npm-run-all": "^4.0.2", "postcss-cli": "^6.0.1", - "react-scripts": "3.3.0", + "react-scripts": "3.2.0", "react-test-renderer": "^16.10.2", "sass-lint": "^1.12.1", "script-ext-html-webpack-plugin": "^2.1.3",