project.config.json 944 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. "search": {
  24. "current": -1,
  25. "list": []
  26. },
  27. "conversation": {
  28. "current": -1,
  29. "list": []
  30. },
  31. "game": {
  32. "current": -1,
  33. "list": []
  34. },
  35. "miniprogram": {
  36. "current": -1,
  37. "list": []
  38. }
  39. },
  40. "editorSetting": {
  41. "tabIndent": "insertSpaces",
  42. "tabSize": 4
  43. }
  44. }