hbsmUniapp/project.config.json

28 lines
630 B
JSON
Raw Normal View History

2025-08-28 17:36:13 +08:00
{
"appid": "wxfd7d85cf2619b249",
"compileType": "miniprogram",
"libVersion": "3.9.2",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"coverView": true,
"es6": true,
"postcss": true,
"minified": true,
"enhance": true,
"showShadowRootInWxmlPanel": true,
"packNpmRelationList": [],
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 4
}
}