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
官方ts react模板,增加两个环境变量文件,.env.dev和.env.prod, package.json 里面在两个命令后面分别加上--mode dev 和 --mode prod ,在环境变量文件里面定义环境变量TARO_APP_API,在项目中使用process.env.TARO_APP_API, 页面会报错process is not defined
相关平台
微信小程序
小程序基础库: 2.14.1
使用框架: React
复现步骤
官方ts react模板,增加两个环境变量文件,.env.dev和.env.prod, package.json 里面在两个命令后面分别加上--mode dev 和 --mode prod ,在环境变量文件里面定义环境变量TARO_APP_API,在项目中使用process.env.TARO_APP_API, 页面会报错process is not defined
期望结果
能取到环境变量的值
实际结果
页面会报错process is not defined
环境信息
补充信息
如果执行命令中只写一个--mode dev 或者--mode prod ,执行结果正常,只有两个同时存在的时候会报错
The text was updated successfully, but these errors were encountered: