From bcd2930d2685f2d478ca10f65e4b619859a81ab2 Mon Sep 17 00:00:00 2001 From: Sherali Date: Wed, 17 Apr 2019 04:01:46 +0500 Subject: [PATCH] chore(package.json): GENERATE_SOURCEMAP=false react-scripts build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e98291..c799545 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "GENERATE_SOURCEMAP=false react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" },