📜  从源代码中隐藏 js 代码 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:04.302000             🧑  作者: Mango

代码示例1
// 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