action-miniprogram-ci/__tests__/dist/project.config.json

42 lines
737 B
JSON
Raw Normal View History

2023-08-06 22:58:51 +08:00
{
"description": "小程序项目配置文件。",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": false,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true,
"es7": true,
"minify": true,
"minifyJS": true,
"minifyWXML": true,
"minifyWXSS": true,
"autoPrefixWXSS": true
},
"compileType": "miniprogram",
"libVersion": "",
"appid": "wx2ec97gd31w864xxxx",
"projectname": "",
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"game": {
"current": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": []
}
}
}