project.config.json 583 Bytes
Newer Older
xhw committed
1 2 3 4 5 6 7 8
{
  "description": "项目配置文件。",
  "packOptions": {
    "ignore": [],
    "include": []
  },
  "setting": {
    "urlCheck": false,
Ken Nakahira committed
9 10 11 12 13
    "es6": false,
    "postcss": false,
    "minified": false,
    "newFeature": true,
    "bigPackageSizeSupport": true,
xhw committed
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
    "babelSetting": {
      "ignore": [],
      "disablePlugins": [],
      "outputPath": ""
    }
  },
  "compileType": "miniprogram",
  "libVersion": "3.3.4",
  "appid": "wx3a8c6fc90ee21b81",
  "projectname": "mindEpoch",
  "condition": {},
  "editorSetting": {
    "tabIndent": "insertSpaces",
    "tabSize": 2
  }
}