From 8c39d29d3947af4583623edd7defc222cc68d2c9 Mon Sep 17 00:00:00 2001 From: neldeles Date: Wed, 19 Jan 2022 21:46:23 +0800 Subject: [PATCH] fix: msw issues on yarn start Issue and fix described here: https://github.com/mswjs/msw/issues/1030#issuecomment-1004245791 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9acc423..e0e2a15 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "web-vitals": "^2.1.0" }, "scripts": { - "start": "react-scripts start", + "start": "GENERATE_SOURCEMAP=false react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject",