-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathproject.config.json
executable file
·116 lines (116 loc) · 2.91 KB
/
project.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"packOptions": {
"ignore": [
{
"value": "$weda_root/materials/pageModule_ui/meta.json",
"type": "file"
},
{
"value": "$weda_root/materials/CLOUDBASE_BUSSINESS/meta.json",
"type": "file"
},
{
"value": "$weda_root/materials/gsd-h5-react/meta.json",
"type": "file"
}
],
"include": []
},
"setting": {
"urlCheck": false,
"es6": true,
"enhance": true,
"postcss": true,
"minified": true,
"newFeature": true,
"nodeModules": true,
"autoAudits": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"codeProtect": false,
"compileHotReLoad": false,
"ignoreDevUnusedFiles": false,
"useCompilerPlugins": false,
"preloadBackgroundData": false,
"coverView": true,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"enableEngineNative": false,
"useIsolateContext": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": true,
"packNpmRelationList": [
{
"packageJsonPath": "client/$weda_root/package.json",
"miniprogramNpmDistDir": "client/$weda_root"
},
{
"packageJsonPath": "client/$weda_root/packages/$wd_system/package.json",
"miniprogramNpmDistDir": "client/$weda_root/packages/$wd_system"
}
],
"minifyWXSS": true,
"disableUseStrict": false,
"showES6CompileOption": false,
"minifyWXML": true,
"bigPackageSizeSupport": true,
"ignoreUploadUnusedFiles": true
},
"compileType": "miniprogram",
"libVersion": "2.13.2",
"appid": "wxcf5102ada68a7ac9",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"projectname": "tcb-demo-basic",
"miniprogramRoot": "client/",
"cloudfunctionRoot": "cloud/functions/",
"condition": {
"miniprogram": {
"list": [
{
"name": "用户管理",
"pathName": "pages/user/index",
"query": ""
},
{
"name": "微信支付",
"pathName": "pages/pay-list/index",
"query": ""
},
{
"name": "订单列表",
"pathName": "pages/pay-order/index",
"query": ""
},
{
"name": "订单详情",
"pathName": "pages/pay-result/index",
"query": "id=goods_4-1541683061235"
},
{
"name": "模板消息",
"pathName": "pages/reserve/index",
"query": ""
}
]
}
},
"srcMiniprogramRoot": "client/",
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
},
"wedaRoot": "$weda_root",
"appId": "wxcf5102ada68a7ac9"
}