project.config.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. },
  24. "compileType": "miniprogram",
  25. "libVersion": "2.6.2",
  26. "appid": "wx5ae6908ae55edcb7",
  27. "projectname": "kaixin",
  28. "debugOptions": {
  29. "hidedInDevtools": []
  30. },
  31. "isGameTourist": false,
  32. "simulatorType": "wechat",
  33. "simulatorPluginLibVersion": {},
  34. "condition": {
  35. "search": {
  36. "current": -1,
  37. "list": []
  38. },
  39. "conversation": {
  40. "current": -1,
  41. "list": []
  42. },
  43. "plugin": {
  44. "current": -1,
  45. "list": []
  46. },
  47. "game": {
  48. "currentL": -1,
  49. "list": []
  50. },
  51. "miniprogram": {
  52. "current": 0,
  53. "list": [
  54. {
  55. "id": 0,
  56. "name": "share",
  57. "pathName": "pages/index/index",
  58. "query": "shareToken=b053078af4a642c480263e40e342612f",
  59. "scene": "1012"
  60. }
  61. ]
  62. }
  63. }
  64. }