From b29b2ed9d73134fbbe3df17b642e390597b4a394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=BCcahit=20K=C3=B6kdemir?= <76880536+mucahitkok@users.noreply.github.com> Date: Fri, 15 Jul 2022 22:24:50 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d66aa42..647fe40 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,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" },