Crmeb/app/project.config.json

34 lines
677 B
JSON
Raw Normal View History

2025-04-25 17:04:53 +08:00
{
"compileType": "miniprogram",
2025-04-25 17:54:49 +08:00
"libVersion": "trial",
2025-04-25 17:04:53 +08:00
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"coverView": true,
"es6": true,
"postcss": true,
"minified": true,
"enhance": true,
"showShadowRootInWxmlPanel": true,
2025-04-25 17:54:49 +08:00
"packNpmManually": true,
"packNpmRelationList": [
{
"packageJsonPath": "./package.json",
"miniprogramNpmDistDir": "./miniprogram/"
}
],
2025-04-25 17:04:53 +08:00
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
2025-04-25 17:54:49 +08:00
}
2025-04-25 17:04:53 +08:00
},
"condition": {},
"editorSetting": {
2025-04-25 17:54:49 +08:00
"tabIndent": "auto",
2025-04-25 17:04:53 +08:00
"tabSize": 2
2025-04-25 17:54:49 +08:00
},
"appid": "wx5cbeb914b797d584"
2025-04-25 17:04:53 +08:00
}