Added generate source map

This commit is contained in:
CHIEFSOFT\ameye
2024-11-21 16:43:56 -05:00
parent 5d4033348c
commit 5f8acf0d7d
+1 -1
View File
@@ -38,7 +38,7 @@
}, },
"scripts": { "scripts": {
"start": "react-scripts start -e .env.development", "start": "react-scripts start -e .env.development",
"build": "react-scripts build -e .env.production", "build": "GENERATE_SOURCEMAP=false react-scripts build -e .env.production",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject"
}, },