city_card/project.config.json

30 lines
700 B
JSON
Raw Normal View History

2023-07-15 14:25:28 +08:00
{
2023-07-18 16:54:17 +08:00
"compileType": "miniprogram",
"setting": {
"coverView": true,
"es6": true,
"postcss": true,
"minified": true,
"enhance": true,
"showShadowRootInWxmlPanel": true,
"packNpmRelationList": [],
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"condition": false,
"ignoreUploadUnusedFiles": true
2023-07-15 14:25:28 +08:00
},
2023-07-18 16:54:17 +08:00
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 4
},
"libVersion": "2.31.1",
"packOptions": {
"ignore": [],
"include": []
},
"appid": "wxa5e5552f8a3b1616"
2023-07-15 14:25:28 +08:00
}