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
taro build --type weapp --mode production --upload
情况1、
在微信开发工具打开的情况下并且引入构建后的目录,则能正常上传并且产生开发版二维码
情况2、
在微信开发工具没有打开的情况下则上传失败
出现错误
CustomError: pages/index/index.json: ["usingComponents"]["comp"]: "../../comp", component not found in the path: /Users/xxx/xx/xxx/dist/comp
相关平台
微信小程序
小程序基础库: 3.6.5
使用框架: React
复现步骤
taro build --type weapp --mode production --upload
情况1、
在微信开发工具打开的情况下并且引入构建后的目录,则能正常上传并且产生开发版二维码
情况2、
在微信开发工具没有打开的情况下则上传失败
出现错误
CustomError: pages/index/index.json: ["usingComponents"]["comp"]: "../../comp", component not found in the path: /Users/xxx/xx/xxx/dist/comp
code: 10009,
path: 'pages/index/index.json'
期望结果
CI构建且正常上传
实际结果
未打开微信开发工具无法正常上传
环境信息
The text was updated successfully, but these errors were encountered: