Open xmsz opened 2 years ago
背景
{ "targets": ["web"], "wechat-miniprogram": { "nativeConfig": { "appid": "xxx" } } }
会提示[Config File] Config key 'wechat-miniprogram' is not supported。
[Config File] Config key 'wechat-miniprogram' is not supported
除非我加上targets加上wechat-miniprogram
wechat-miniprogram
然后我场景是
需求
可以命令行指定需要调试的端,比如 npm start -- --dev-targets=web
还是提示一样的错误
背景
会提示
[Config File] Config key 'wechat-miniprogram' is not supported
。除非我加上targets加上
wechat-miniprogram
然后我场景是
需求