📅  最后修改于: 2022-03-11 15:02:29.310000             🧑  作者: Mango
// 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