|
@@ -1,45 +1,54 @@
|
1
|
|
-{
|
2
|
|
- "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
3
|
|
- "packOptions": {
|
4
|
|
- "ignore": [],
|
5
|
|
- "include": []
|
6
|
|
- },
|
7
|
|
- "setting": {
|
8
|
|
- "urlCheck": false,
|
9
|
|
- "coverView": true,
|
10
|
|
- "es6": true,
|
11
|
|
- "postcss": true,
|
12
|
|
- "lazyloadPlaceholderEnable": false,
|
13
|
|
- "preloadBackgroundData": false,
|
14
|
|
- "minified": true,
|
15
|
|
- "autoAudits": false,
|
16
|
|
- "uglifyFileName": false,
|
17
|
|
- "uploadWithSourceMap": true,
|
18
|
|
- "enhance": true,
|
19
|
|
- "useMultiFrameRuntime": true,
|
20
|
|
- "showShadowRootInWxmlPanel": true,
|
21
|
|
- "packNpmManually": false,
|
22
|
|
- "packNpmRelationList": [],
|
23
|
|
- "minifyWXSS": true,
|
24
|
|
- "useStaticServer": true,
|
25
|
|
- "showES6CompileOption": false,
|
26
|
|
- "checkInvalidKey": true,
|
27
|
|
- "babelSetting": {
|
28
|
|
- "ignore": [],
|
29
|
|
- "disablePlugins": [],
|
30
|
|
- "outputPath": ""
|
31
|
|
- },
|
32
|
|
- "disableUseStrict": false,
|
33
|
|
- "useCompilerPlugins": false,
|
34
|
|
- "minifyWXML": true
|
35
|
|
- },
|
36
|
|
- "compileType": "miniprogram",
|
37
|
|
- "libVersion": "2.24.5",
|
38
|
|
- "appid": "wx971694d9384c1dfd",
|
39
|
|
- "projectname": "parent2",
|
40
|
|
- "condition": {},
|
41
|
|
- "editorSetting": {
|
42
|
|
- "tabIndent": "insertSpaces",
|
43
|
|
- "tabSize": 2
|
44
|
|
- }
|
|
1
|
+{
|
|
2
|
+ "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
3
|
+ "packOptions": {
|
|
4
|
+ "ignore": [],
|
|
5
|
+ "include": []
|
|
6
|
+ },
|
|
7
|
+ "setting": {
|
|
8
|
+ "urlCheck": false,
|
|
9
|
+ "es6": true,
|
|
10
|
+ "enhance": true,
|
|
11
|
+ "postcss": true,
|
|
12
|
+ "preloadBackgroundData": false,
|
|
13
|
+ "minified": true,
|
|
14
|
+ "newFeature": false,
|
|
15
|
+ "coverView": true,
|
|
16
|
+ "nodeModules": false,
|
|
17
|
+ "autoAudits": false,
|
|
18
|
+ "showShadowRootInWxmlPanel": true,
|
|
19
|
+ "scopeDataCheck": false,
|
|
20
|
+ "uglifyFileName": false,
|
|
21
|
+ "checkInvalidKey": true,
|
|
22
|
+ "checkSiteMap": true,
|
|
23
|
+ "uploadWithSourceMap": true,
|
|
24
|
+ "compileHotReLoad": false,
|
|
25
|
+ "lazyloadPlaceholderEnable": false,
|
|
26
|
+ "useMultiFrameRuntime": true,
|
|
27
|
+ "useApiHook": true,
|
|
28
|
+ "useApiHostProcess": true,
|
|
29
|
+ "babelSetting": {
|
|
30
|
+ "ignore": [],
|
|
31
|
+ "disablePlugins": [],
|
|
32
|
+ "outputPath": ""
|
|
33
|
+ },
|
|
34
|
+ "enableEngineNative": false,
|
|
35
|
+ "useIsolateContext": true,
|
|
36
|
+ "userConfirmedBundleSwitch": false,
|
|
37
|
+ "packNpmManually": false,
|
|
38
|
+ "packNpmRelationList": [],
|
|
39
|
+ "minifyWXSS": true,
|
|
40
|
+ "disableUseStrict": false,
|
|
41
|
+ "minifyWXML": true,
|
|
42
|
+ "showES6CompileOption": false,
|
|
43
|
+ "useCompilerPlugins": false
|
|
44
|
+ },
|
|
45
|
+ "compileType": "miniprogram",
|
|
46
|
+ "libVersion": "2.24.5",
|
|
47
|
+ "appid": "wx971694d9384c1dfd",
|
|
48
|
+ "projectname": "parentNew",
|
|
49
|
+ "editorSetting": {
|
|
50
|
+ "tabIndent": "insertSpaces",
|
|
51
|
+ "tabSize": 2
|
|
52
|
+ },
|
|
53
|
+ "condition": {}
|
45
|
54
|
}
|