Masquer le code JS de la source

// To hide your js source code from source panel of dev tools 
//while using create-react-app

//Create a .env file in the root folder
//and write the single line code
//(same folder with package.json)
GENERATE_SOURCEMAP=false
Inquisitive Iguana