project.config.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": [
  5. {
  6. "type": "suffix",
  7. "value": ".less"
  8. },
  9. {
  10. "type": "suffix",
  11. "value": ".css"
  12. }
  13. ]
  14. },
  15. "setting": {
  16. "urlCheck": false,
  17. "es6": true,
  18. "postcss": true,
  19. "minified": true,
  20. "newFeature": true,
  21. "autoAudits": false,
  22. "uglifyFileName": true,
  23. "checkInvalidKey": true
  24. },
  25. "compileType": "miniprogram",
  26. "libVersion": "2.6.2",
  27. "appid": "wx5ae6908ae55edcb7",
  28. "projectname": "kaixin",
  29. "debugOptions": {
  30. "hidedInDevtools": []
  31. },
  32. "isGameTourist": false,
  33. "simulatorType": "wechat",
  34. "simulatorPluginLibVersion": {},
  35. "condition": {
  36. "search": {
  37. "current": -1,
  38. "list": []
  39. },
  40. "conversation": {
  41. "current": -1,
  42. "list": []
  43. },
  44. "plugin": {
  45. "current": -1,
  46. "list": []
  47. },
  48. "game": {
  49. "currentL": -1,
  50. "list": []
  51. },
  52. "miniprogram": {
  53. "current": 0,
  54. "list": [
  55. {
  56. "id": 0,
  57. "name": "share",
  58. "pathName": "pages/pt-detail/index",
  59. "query": "scene=gd%3D21%26pc%3D4%26pd%3D47",
  60. "scene": 1012
  61. }
  62. ]
  63. }
  64. }
  65. }