项目编译报错
项目project.config.json配置文件如下
{
“description”: “项目配置文件。”,
“setting”: {
“urlCheck”: true,
“es6”: true,
“postcss”: true,
“minified”: true,
“newFeature”: true
},
“compileType”: “miniprogram”,
“libVersion”: “1.9.1”,
“appid”: “touristappid”,
“projectname”: “demo2”,
“isGameTourist”: false,
“condition”: {
“search”: {
“current”: -1,
“list”: []
},
“conversation”: {
“current”: -1,
“list”: []
},
“game”: {
“currentL”: -1,
“list”: []
},
“miniprogram”: {
“current”: -1,
“list”: []
}
}
}
明显我的
“compileType”: “miniprogram”,
“isGameTourist”: false,
两项配置都不是game,为啥我一启动点击编译就自动编译为游侠呢,还一直报错,求个解决方案。@管理员@大神些