project.config.json 672 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true,
  9. "autoAudits": false,
  10. "ignoreUploadUnusedFiles": true,
  11. "babelSetting": {
  12. "ignore": [],
  13. "disablePlugins": [],
  14. "outputPath": ""
  15. }
  16. },
  17. "compileType": "miniprogram",
  18. "libVersion": "2.13.1",
  19. "appid": "wx6e03e5ada030b1aa",
  20. "projectname": "充电桩",
  21. "simulatorType": "wechat",
  22. "simulatorPluginLibVersion": {},
  23. "condition": {},
  24. "packOptions": {
  25. "ignore": [],
  26. "include": []
  27. },
  28. "editorSetting": {
  29. "tabIndent": "insertSpaces",
  30. "tabSize": 2
  31. }
  32. }