project.config.json 830 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "postcss": true,
  10. "minified": true,
  11. "newFeature": true,
  12. "coverView": true,
  13. "autoAudits": false,
  14. "checkInvalidKey": true,
  15. "checkSiteMap": true,
  16. "uploadWithSourceMap": true,
  17. "babelSetting": {
  18. "ignore": [],
  19. "disablePlugins": [],
  20. "outputPath": ""
  21. },
  22. "enhance": true
  23. },
  24. "compileType": "miniprogram",
  25. "libVersion": "2.0.8",
  26. "appid": "touristappid",
  27. "projectname": "aaaaaaaaa",
  28. "simulatorType": "wechat",
  29. "simulatorPluginLibVersion": {},
  30. "condition": {
  31. "search": {
  32. "current": -1,
  33. "list": []
  34. },
  35. "conversation": {
  36. "current": -1,
  37. "list": []
  38. },
  39. "game": {
  40. "currentL": -1,
  41. "list": []
  42. },
  43. "miniprogram": {
  44. "current": -1,
  45. "list": []
  46. }
  47. }
  48. }