Skip to content

Commit

Permalink
Disable source-map generation for mswjs
Browse files Browse the repository at this point in the history
- Fixes warnings: [Failed to parse source map from](mswjs/msw#1070)
- mswjs/msw#1030
  • Loading branch information
akunzai committed Jan 25, 2022
1 parent 48e134a commit 2525da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "cross-env REACT_APP_MOCK=true react-scripts start",
"build": "react-scripts build",
"start": "cross-env REACT_APP_MOCK=true GENERATE_SOURCEMAP=false react-scripts start",
"build": "cross-env GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"test:coverage": "react-scripts test --coverage",
"eject": "react-scripts eject",
Expand Down

0 comments on commit 2525da1

Please sign in to comment.