You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
导入“amis-editor-demo”项目,默认的启动命令是“amis dev”。
创建“.env”文件在react的tsx文件中使用“process.env.REACT_APP_API_URL”报错“Uncaught ReferenceError: process is not defined”。
导入“amis-editor-demo”项目,默认的启动命令是“amis dev”。
创建“.env”文件在react的tsx文件中使用“process.env.REACT_APP_API_URL”报错“Uncaught ReferenceError: process is not defined”。
查看当前cli的文档也有点云里雾里的,请问应该如何正确的加载env并应用到react文件中?