Optimize app build

This commit is contained in:
Eden Kirin
2024-01-28 22:25:31 +01:00
parent ffbcd89093
commit 27173ec985
3 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,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"
},