project.config.json 880 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. "autoAudits": false,
  13. "checkInvalidKey": true,
  14. "coverView": true,
  15. "checkSiteMap": true,
  16. "uploadWithSourceMap": true,
  17. "babelSetting": {
  18. "ignore": [],
  19. "disablePlugins": [],
  20. "outputPath": ""
  21. }
  22. },
  23. "compileType": "miniprogram",
  24. "libVersion": "2.4.0",
  25. "appid": "wx7b6ec4ec4b18da6a",
  26. "projectname": "yhb",
  27. "debugOptions": {
  28. "hidedInDevtools": []
  29. },
  30. "isGameTourist": false,
  31. "simulatorType": "wechat",
  32. "simulatorPluginLibVersion": {},
  33. "condition": {
  34. "search": {
  35. "current": -1,
  36. "list": []
  37. },
  38. "conversation": {
  39. "current": -1,
  40. "list": []
  41. },
  42. "game": {
  43. "currentL": -1,
  44. "list": []
  45. },
  46. "miniprogram": {
  47. "current": -1,
  48. "list": []
  49. }
  50. }
  51. }