chache/project.config.json

31 lines
733 B
JSON
Raw Normal View History

2024-01-16 22:53:42 +08:00
{
2024-01-22 15:16:17 +08:00
"appid": "wx7cd6452d5653d942",
2024-01-16 22:53:42 +08:00
"compileType": "miniprogram",
2024-01-22 23:40:19 +08:00
"libVersion": "3.3.2",
2024-01-16 22:53:42 +08:00
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
2024-01-22 18:48:00 +08:00
"coverView": true,
"es6": false,
"postcss": true,
"minified": true,
"enhance": false,
"ignoreDevUnusedFiles": false,
"ignoreUploadUnusedFiles": false,
"showShadowRootInWxmlPanel": true,
"packNpmRelationList": [],
2024-01-16 22:53:42 +08:00
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
2024-01-22 18:48:00 +08:00
"condition": false
2024-01-16 22:53:42 +08:00
},
"condition": {},
"editorSetting": {
"tabIndent": "auto",
"tabSize": 4
}
}