修改小程序 project.config.json
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
{
|
{
|
||||||
"description": "项目配置文件",
|
"description": "项目配置文件",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"ignore": [],
|
"ignore": [
|
||||||
|
{
|
||||||
|
"value": ".eslintrc.js",
|
||||||
|
"type": "file"
|
||||||
|
}
|
||||||
|
],
|
||||||
"include": []
|
"include": []
|
||||||
},
|
},
|
||||||
"setting": {
|
"setting": {
|
||||||
@@ -41,9 +46,9 @@
|
|||||||
"ignoreUploadUnusedFiles": false
|
"ignoreUploadUnusedFiles": false
|
||||||
},
|
},
|
||||||
"compileType": "miniprogram",
|
"compileType": "miniprogram",
|
||||||
"libVersion": "2.19.4",
|
"libVersion": "2.21.4",
|
||||||
"appid": "wx332e2e578f09873a",
|
"appid": "wx332e2e578f09873a",
|
||||||
"projectname": "miniprogram-92",
|
"projectname": "社区疫情防控系统",
|
||||||
"condition": {},
|
"condition": {},
|
||||||
"editorSetting": {
|
"editorSetting": {
|
||||||
"tabIndent": "insertSpaces",
|
"tabIndent": "insertSpaces",
|
||||||
|
@@ -5,6 +5,5 @@
|
|||||||
"compileHotReLoad": true,
|
"compileHotReLoad": true,
|
||||||
"urlCheck": false,
|
"urlCheck": false,
|
||||||
"bigPackageSizeSupport": true
|
"bigPackageSizeSupport": true
|
||||||
},
|
}
|
||||||
"libVersion": "2.21.4"
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user