project.config.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "enhance": true,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": true,
  14. "coverView": true,
  15. "nodeModules": true,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": true,
  18. "scopeDataCheck": false,
  19. "checkInvalidKey": true,
  20. "checkSiteMap": true,
  21. "uploadWithSourceMap": true,
  22. "useMultiFrameRuntime": false,
  23. "useApiHook": true,
  24. "babelSetting": {
  25. "ignore": [],
  26. "disablePlugins": [],
  27. "outputPath": ""
  28. },
  29. "useIsolateContext": true,
  30. "useCompilerModule": true,
  31. "userConfirmedUseCompilerModuleSwitch": false,
  32. "packNpmManually": false,
  33. "packNpmRelationList": [],
  34. "minifyWXSS": true
  35. },
  36. "compileType": "miniprogram",
  37. "libVersion": "2.11.1",
  38. "appid": "wxa2bf334720c47626",
  39. "projectname": "env-pc",
  40. "debugOptions": {
  41. "hidedInDevtools": []
  42. },
  43. "isGameTourist": false,
  44. "simulatorType": "wechat",
  45. "simulatorPluginLibVersion": {},
  46. "condition": {
  47. "plugin": {
  48. "list": []
  49. },
  50. "game": {
  51. "list": []
  52. },
  53. "gamePlugin": {
  54. "list": []
  55. },
  56. "miniprogram": {
  57. "list": [
  58. {
  59. "id": 0,
  60. "name": "pages/index/index",
  61. "pathName": "pages/index/index",
  62. "query": "",
  63. "scene": null
  64. },
  65. {
  66. "id": -1,
  67. "name": "pages/home/index",
  68. "pathName": "pages/home/index",
  69. "query": "",
  70. "scene": null
  71. },
  72. {
  73. "id": -1,
  74. "name": "pages/adjust/index",
  75. "pathName": "pages/adjust/index",
  76. "query": "",
  77. "scene": null
  78. },
  79. {
  80. "id": -1,
  81. "name": "pages/detail/index",
  82. "pathName": "pages/detail/index",
  83. "query": "",
  84. "scene": null
  85. },
  86. {
  87. "name": "pages/usercenter/index",
  88. "pathName": "pages/usercenter/index",
  89. "query": "",
  90. "scene": null
  91. },
  92. {
  93. "name": "pages/feedback/index",
  94. "pathName": "pages/feedback/index",
  95. "query": "",
  96. "scene": null
  97. },
  98. {
  99. "name": "pages/search/index",
  100. "pathName": "pages/search/index",
  101. "scene": null
  102. }
  103. ]
  104. }
  105. }
  106. }