Skip to content

Commit

Permalink
removed source map
Browse files Browse the repository at this point in the history
  • Loading branch information
lfernando2091 committed Oct 20, 2024
1 parent 85aac4f commit c760b3f
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 @@ -4,8 +4,8 @@
"license": "MIT",
"scripts": {
"run:react-m3": "npx nx serve react-m3",
"build:react-m3": "npx nx build react-m3 --base=/react-m3 --sourcemap --mode production",
"build-dev:react-m3": "npx nx build react-m3 --base=/react-m3 --sourcemap=true",
"build:react-m3": "npx nx build react-m3 --base=/react-m3",
"build-dev:react-m3": "npx nx build react-m3 --base=/react-m3 --sourcemap=true --mode developmet",
"test:react-m3": "npx nx test react-m3",
"e2e:react-m3": "npx nx e2e react-m3",
"lint:react-m3": "npx nx lint react-m3",
Expand Down

0 comments on commit c760b3f

Please sign in to comment.