CLI调用报错
- 当前 Bug 的表现(可附上截图)
同样的一个project.config.json,使用cli调用失败,手动用开发者工具打开就可以。
- 预期表现
使用cli调用可以正确打开小程序。
- 复现路径
{ "description" : "项目配置文件" , "packOptions" : { "ignore" : [] }, "setting" : { "urlCheck" : true , "es6" : false , "postcss" : true , "minified" : false , "newFeature" : true }, "compileType" : "miniprogram" , "libVersion" : "2.3.2" , "appid" : "wxaf7296aa719f52e2" , "projectname" : "wxa-templates" , "miniprogramRoot" : "base/dist/" , "debugOptions" : { "hidedInDevtools" : [] }, "isGameTourist" : false , "condition" : { "search" : { "current" : -1, "list" : [] }, "conversation" : { "current" : -1, "list" : [] }, "game" : { "currentL" : -1, "list" : [] }, "miniprogram" : { "current" : -1, "list" : [] } } } |
- 提供一个最简复现 Demo