-
Notifications
You must be signed in to change notification settings - Fork 2
/
project.config.json
44 lines (44 loc) · 1.01 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
{
"miniprogramRoot": "dist/",
"description": "古诗文小助手 taro 版本",
"setting": {
"checkSiteMap": true,
"urlCheck": true,
"es6": false,
"enhance": false,
"compileHotReLoad": false,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"autoAudits": false,
"coverView": true,
"showShadowRootInWxmlPanel": false,
"scopeDataCheck": false,
"useCompilerModule": false,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"packNpmRelationList": [],
"ignoreUploadUnusedFiles": true,
"uglifyFileName": false,
"compileWorklet": true
},
"compileType": "miniprogram",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {},
"srcMiniprogramRoot": "dist/",
"editorSetting": {
"tabIndent": "auto",
"tabSize": 2
},
"appid": "wx4278af156928b4f6",
"libVersion": "3.2.0",
"packOptions": {
"ignore": [],
"include": []
}
}