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

45 lines
884 B
JSON

{
"description": "项目配置文件。",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"urlCheck": false,
"es6": false,
"postcss": false,
"minified": false,
"newFeature": true,
"bigPackageSizeSupport": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"condition": false
},
"compileType": "miniprogram",
"libVersion": "3.4.2",
"appid": "touristappid",
"projectname": "examTeamApp",
"condition": {
"miniprogram": {
"list": [
{
"name": "首页",
"pathName": "pages/index/index",
"query": ""
},
{
"name": "登录",
"pathName": "pages/login/login",
"query": ""
}
]
}
},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
}
}