Blame view

绿纤uni-app/unpackage/dist/dev/mp-weixin/project.config.json 833 Bytes
29608708   李宇   增加unia-app和html
1
2
3
  {
    "description": "项目配置文件。",
    "packOptions": {
038fc123   李宇   最新
4
5
      "ignore": [],
      "include": []
29608708   李宇   增加unia-app和html
6
7
8
9
    },
    "setting": {
      "urlCheck": false,
      "es6": false,
9854a774   李宇   最新
10
11
      "postcss": true,
      "minified": true,
29608708   李宇   增加unia-app和html
12
      "newFeature": true,
038fc123   李宇   最新
13
14
15
16
17
18
      "bigPackageSizeSupport": true,
      "babelSetting": {
        "ignore": [],
        "disablePlugins": [],
        "outputPath": ""
      }
29608708   李宇   增加unia-app和html
19
20
    },
    "compileType": "miniprogram",
038fc123   李宇   最新
21
    "libVersion": "3.5.8",
29608708   李宇   增加unia-app和html
22
23
    "appid": "wxcf88f8affc5b4d4c",
    "projectname": "绿纤",
230d71ee   李宇   最新
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
    "condition": {
      "search": {
        "current": -1,
        "list": []
      },
      "conversation": {
        "current": -1,
        "list": []
      },
      "game": {
        "current": -1,
        "list": []
      },
      "miniprogram": {
        "current": -1,
        "list": []
      }
    },
038fc123   李宇   最新
42
43
44
    "editorSetting": {
      "tabIndent": "insertSpaces",
      "tabSize": 2
29608708   李宇   增加unia-app和html
45
46
    }
  }