48 lines
983 B
JSON
48 lines
983 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"
|
|
} |