Skip to content

Commit

Permalink
build: set GENERATE_SOURCEMAP=false for CRA example
Browse files Browse the repository at this point in the history
  • Loading branch information
twhy committed Jun 13, 2024
1 parent 0e27f02 commit 4624395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"start": "GENERATE_SOURCEMAP=false react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit 4624395

Please sign in to comment.