mirror of
https://github.com/seepine/action-miniprogram-ci.git
synced 2025-01-19 03:06:36 +08:00
42 lines
737 B
JSON
42 lines
737 B
JSON
{
|
|
"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": []
|
|
}
|
|
}
|
|
}
|