dm-wechat-mini/project.config.json
2025-03-05 19:45:27 +08:00

49 lines
1018 B
JSON

{
"compileType": "miniprogram",
"libVersion": "trial",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"coverView": true,
"es6": true,
"postcss": true,
"minified": true,
"enhance": true,
"showShadowRootInWxmlPanel": true,
"packNpmRelationList": [],
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"condition": {
"miniprogram": {
"list": [
{
"name": "开发环境",
"pathName": "pages/help/index/index",
"query": "env=dev"
},
{
"name": "测试环境",
"pathName": "pages/help/index/index",
"query": "env=test"
},
{
"name": "生产环境",
"pathName": "pages/help/index/index",
"query": "env=prod"
}
]
}
},
"editorSetting": {
"tabIndent": "auto",
"tabSize": 2
},
"appid": "wx3cc5b7dcb28f2756",
"simulatorPluginLibVersion": {}
}