Skip to content

Commit 6c1fbf3

Browse files
2 parents d84a1b2 + 1aa150a commit 6c1fbf3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GENERATE_SOURCEMAP=false

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
},
3030
"scripts": {
3131
"start": "react-scripts start",
32-
"build": "react-scripts build",
32+
"build": "GENERATE_SOURCEMAP=false react-scripts build",
3333
"test": "react-scripts test",
3434
"eject": "react-scripts eject",
35-
"predeploy": "npm run build",
35+
"predeploy": "GENERATE_SOURCEMAP=false npm run build",
3636
"deploy": "gh-pages -d build"
3737
},
3838
"eslintConfig": {

0 commit comments

Comments
 (0)