Skip to content

Commit

Permalink
🐛 build 시 코드 난독화 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
hyu-dev authored Jan 4, 2024
2 parents b5e6810 + cfb2a32 commit a0bc260
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 @@ -32,7 +32,7 @@
},
"scripts": {
"start": "craco start",
"build": "craco build",
"build": "GENERATE_SOURCEMAP=false craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit a0bc260

Please sign in to comment.