Skip to content

Commit

Permalink
fix: not generate sourcemap when build
Browse files Browse the repository at this point in the history
  • Loading branch information
markjung96 committed Oct 15, 2024
1 parent b856f24 commit b00237d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"scripts": {
"start": "export PORT=3001 && CHOKIDAR_USEPOLLING=true react-app-rewired start",
"build": "react-app-rewired build",
"build": "GENERATE_SOURCEMAP=false react-app-rewired build",
"postbuild": "rimraf build/**/*.map",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
Expand Down

0 comments on commit b00237d

Please sign in to comment.