We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d84a1b2 + 1aa150a commit 6c1fbf3Copy full SHA for 6c1fbf3
.env
@@ -0,0 +1 @@
1
+GENERATE_SOURCEMAP=false
package.json
@@ -29,10 +29,10 @@
29
},
30
"scripts": {
31
"start": "react-scripts start",
32
- "build": "react-scripts build",
+ "build": "GENERATE_SOURCEMAP=false react-scripts build",
33
"test": "react-scripts test",
34
"eject": "react-scripts eject",
35
- "predeploy": "npm run build",
+ "predeploy": "GENERATE_SOURCEMAP=false npm run build",
36
"deploy": "gh-pages -d build"
37
38
"eslintConfig": {
0 commit comments