project.config.json 607 B

123456789101112131415161718192021222324252627
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": true,
  10. "postcss": true,
  11. "minified": true,
  12. "babelSetting": {
  13. "ignore": [],
  14. "disablePlugins": [],
  15. "outputPath": ""
  16. }
  17. },
  18. "compileType": "miniprogram",
  19. "libVersion": "2.26.0",
  20. "appid": "wx95c3daeeb44f85f6",
  21. "projectname": "vrv-platform",
  22. "condition": {},
  23. "editorSetting": {
  24. "tabIndent": "insertSpaces",
  25. "tabSize": 4
  26. }
  27. }