Answers for "how to hide all code of reactjs project in bro"

2

how to hide source for react project

"build": "GENERATE_SOURCEMAP=false react-scripts build",
"winBuild": "set \"GENERATE_SOURCEMAP=false\" && react-scripts build",

Use npm run build for creating build on Linux.

Use npm run winBuild for creating build on Windows.
Posted by: Guest on April-11-2021

Code answers related to "how to hide all code of reactjs project in bro"

Code answers related to "Javascript"

Browse Popular Code Answers by Language