1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
epp/miniprogram/project.config.json

32 lines
793 B
JSON
Raw Normal View History

2022-11-05 15:28:03 +08:00
{
"miniprogramRoot": "dist/weapp/",
"projectname": "epp",
"description": "基于微服务的社区疫情防控系统",
"appid": "wx332e2e578f09873a",
2022-11-05 15:28:03 +08:00
"setting": {
"urlCheck": true,
"es6": false,
"enhance": false,
2022-11-05 15:28:03 +08:00
"compileHotReLoad": false,
"postcss": false,
"minified": true,
2022-11-05 15:28:03 +08:00
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"ignoreUploadUnusedFiles": true
2022-11-05 15:28:03 +08:00
},
"compileType": "miniprogram",
"libVersion": "2.27.1",
"srcMiniprogramRoot": "dist/weapp/",
"packOptions": {
"ignore": [],
"include": []
},
2022-11-05 15:28:03 +08:00
"condition": {},
"editorSetting": {
"tabIndent": "auto",
"tabSize": 4
}
}