Skip to content

Commit

Permalink
update src map script
Browse files Browse the repository at this point in the history
  • Loading branch information
toandq2009 committed Jan 31, 2024
1 parent d36df54 commit 8c3d1fc
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 @@ -82,7 +82,7 @@
},
"scripts": {
"start": "cross-env IMAGE_INLINE_SIZE_LIMIT=1000 GENERATE_SOURCEMAP=false react-app-rewired start",
"build": "cross-env IMAGE_INLINE_SIZE_LIMIT=1000 GENERATE_SOURCEMAP=false DISABLE_ESLINT_PLUGIN=true react-app-rewired build",
"build": "cross-env IMAGE_INLINE_SIZE_LIMIT=1000 NODE_OPTIONS=--max-old-space-size=8192 GENERATE_SOURCEMAP=false DISABLE_ESLINT_PLUGIN=true react-app-rewired build",
"test": "react-app-rewired test --watchAll",
"test:ci": "react-app-rewired test --watchAll=false",
"ts-check": "tsc --noEmit",
Expand Down

0 comments on commit 8c3d1fc

Please sign in to comment.