From cd2242838300498edb7c3d713340a5d58eef4198 Mon Sep 17 00:00:00 2001 From: vapao Date: Mon, 4 May 2020 20:09:36 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E5=89=8D=E7=AB=AFbuild=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E4=BA=A7=E7=94=9Fsourcemap=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spug_web/package.json b/spug_web/package.json index d155941..0938923 100644 --- a/spug_web/package.json +++ b/spug_web/package.json @@ -22,7 +22,7 @@ }, "scripts": { "start": "react-app-rewired start", - "build": "react-app-rewired build", + "build": "GENERATE_SOURCEMAP=false react-app-rewired build", "test": "react-app-rewired test", "eject": "react-scripts eject" },