examTeamApp/unpackage/dist/dev/mp-weixin/project.config.json

36 lines
629 B
JSON
Raw Normal View History

2024-05-02 15:59:36 +08:00
{
"description": "项目配置文件。",
"packOptions": {
2024-08-13 15:27:01 +08:00
"ignore": []
2024-05-02 15:59:36 +08:00
},
"setting": {
"urlCheck": false,
"es6": false,
"postcss": false,
"minified": false,
"newFeature": true,
2024-08-13 15:27:01 +08:00
"bigPackageSizeSupport": true
2024-05-02 15:59:36 +08:00
},
"compileType": "miniprogram",
2024-08-13 15:27:01 +08:00
"libVersion": "",
2024-05-02 15:59:36 +08:00
"appid": "touristappid",
2024-08-05 10:01:06 +08:00
"projectname": "青测",
2024-08-13 15:27:01 +08:00
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"game": {
"current": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": []
}
2024-05-02 15:59:36 +08:00
}
}