Correction made to my previous Question (Instead ofObfuscate, I'm actually trying to find out Uglify)
I've recently began to work on ReactJS, while I try to bundle to code in production.. I realized all the codes are in readable format. I'm aware of the approach below: Set false to generate sourcemap.
However, this way my code is still kind of readable in terms of my
- API Endpoint
- API keys
I'm trying to understand what is the proper way to fully uglify my code in production?