project.config.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true,
  9. "coverView": true,
  10. "autoAudits": false,
  11. "showShadowRootInWxmlPanel": true,
  12. "scopeDataCheck": false,
  13. "checkInvalidKey": true,
  14. "checkSiteMap": true,
  15. "uploadWithSourceMap": true,
  16. "babelSetting": {
  17. "ignore": [],
  18. "disablePlugins": [],
  19. "outputPath": ""
  20. },
  21. "nodeModules": true
  22. },
  23. "miniprogramRoot": "dist/wx/",
  24. "compileType": "miniprogram",
  25. "appid": "wxb2618bf5f12d1373",
  26. "projectname": "chat",
  27. "simulatorType": "wechat",
  28. "simulatorPluginLibVersion": {},
  29. "condition": {
  30. "search": {
  31. "current": -1,
  32. "list": []
  33. },
  34. "conversation": {
  35. "current": -1,
  36. "list": []
  37. },
  38. "plugin": {
  39. "current": -1,
  40. "list": []
  41. },
  42. "game": {
  43. "currentL": -1,
  44. "list": []
  45. },
  46. "gamePlugin": {
  47. "current": -1,
  48. "list": []
  49. },
  50. "miniprogram": {
  51. "current": -1,
  52. "list": [
  53. {
  54. "id": -1,
  55. "name": "pages/logs/main",
  56. "pathName": "pages/logs/main",
  57. "scene": null
  58. },
  59. {
  60. "id": -1,
  61. "name": "pages/card/main",
  62. "pathName": "pages/card/main",
  63. "scene": null
  64. }
  65. ]
  66. }
  67. }
  68. }