-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.config.json
99 lines (99 loc) · 2.55 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
{
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"setting": {
"urlCheck": false,
"es6": true,
"enhance": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"enableEngineNative": false,
"bundle": false,
"useIsolateContext": true,
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"useApiHostProcess": false,
"minifyWXML": true,
"disableUseStrict": false,
"useStaticServer": true,
"showES6CompileOption": false,
"useCompilerPlugins": false
},
"compileType": "miniprogram",
"libVersion": "2.17.0",
"appid": "wxaac1ec0ffd37fc96",
"projectname": "%E5%A5%A5%E7%89%B9%E8%8E%B1%E6%96%AF-%E7%94%A8%E6%88%B7%E7%AB%AF",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"packOptions": {
"ignore": [
{
"value": "server",
"type": "folder"
}
],
"include": []
},
"condition": {
"miniprogram": {
"list": [
{
"name": "活动详情",
"pathName": "pages/activeDetail/activeDetail",
"query": "income=4&cid=28",
"scene": 1007
},
{
"name": "商品详情",
"pathName": "pages/index/index",
"query": "income=ob08w5VCO7c29MCHNz1IwFFwaLxk&sid=1&src=undefine",
"scene": null
},
{
"name": "二维码",
"pathName": "pages/index/index",
"query": "sid=5",
"scene": 1011
},
{
"name": "pages/cart/cart",
"pathName": "pages/cart/cart",
"query": "income=4&sid=1&src=undefine",
"scene": null
},
{
"name": "模板测试",
"pathName": "pages/index/index",
"query": "src=cart",
"scene": null
}
]
}
},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
}
}