小程序代码查看器

ai4444 带你拆解一个最小小程序的结构

project.config.json
41 行
1 {
2 "compileType": "miniprogram",
3 "libVersion": "trial",
4 "packOptions": {
5 "ignore": [],
6 "include": []
7 },
8 "setting": {
9 "coverView": true,
10 "es6": true,
11 "postcss": true,
12 "minified": true,
13 "enhance": true,
14 "showShadowRootInWxmlPanel": true,
15 "packNpmRelationList": [],
16 "babelSetting": {
17 "ignore": [],
18 "disablePlugins": [],
19 "outputPath": ""
20 },
21 "compileWorklet": false,
22 "uglifyFileName": false,
23 "uploadWithSourceMap": true,
24 "packNpmManually": false,
25 "minifyWXSS": true,
26 "minifyWXML": true,
27 "localPlugins": false,
28 "condition": false,
29 "swc": false,
30 "disableSWC": true,
31 "disableUseStrict": false,
32 "useCompilerPlugins": false
33 },
34 "condition": {},
35 "editorSetting": {
36 "tabIndent": "auto",
37 "tabSize": 2
38 },
39 "appid": "wx97c171c0375c7985",
40 "simulatorPluginLibVersion": {}
41 }