-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.config.json
More file actions
44 lines (44 loc) · 1.06 KB
/
Copy pathproject.config.json
File metadata and controls
44 lines (44 loc) · 1.06 KB
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/",
"cloudfunctionRoot": "cloud/",
"projectname": "mindscape",
"description": "心景 (Mindscape) - 沉浸式情绪景观生成器",
"appid": "wxbfa1c2ab60b8cecb",
"setting": {
"urlCheck": true,
"es6": true,
"enhance": true,
"compileHotReLoad": false,
"postcss": false,
"minified": true,
"bundle": false,
"coverView": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"compileWorklet": false,
"uglifyFileName": false,
"uploadWithSourceMap": true,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"minifyWXML": true,
"localPlugins": false,
"disableUseStrict": false,
"useCompilerPlugins": false,
"condition": false,
"swc": true,
"disableSWC": false
},
"compileType": "miniprogram",
"condition": {},
"simulatorPluginLibVersion": {},
"packOptions": {
"ignore": [],
"include": []
},
"editorSetting": {},
"cloudfunctionTemplateRoot": "cloudfunctionTemplate/"
}