project.config.json 487 B

12345678910111213141516171819202122232425
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "minified": true,
  10. "babelSetting": {
  11. "ignore": [],
  12. "disablePlugins": [],
  13. "outputPath": ""
  14. }
  15. },
  16. "compileType": "miniprogram",
  17. "libVersion": "2.30.0",
  18. "appid": "wx9790f2f1843d1a5d",
  19. "projectname": "重卡换电",
  20. "condition": {},
  21. "editorSetting": {
  22. "tabIndent": "insertSpaces",
  23. "tabSize": 2
  24. }
  25. }