📜  如果您希望忽略此检查,请将 SKIP_PREFLIGHT_CHECK=true 添加到项目中的 .env 文件中.这将永久禁用此消息,但您可能会遇到其他问题. - Javascript代码示例

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

代码示例1
// first run in terminal:
 yarn add --dev dotenv
 
// create .env file in root directory 
// then add below line in the .env file
 SKIP_PREFLIGHT_CHECK=true