project.config.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  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. },
  35. "compileType": "miniprogram",
  36. "libVersion": "2.11.1",
  37. "appid": "wxa2bf334720c47626",
  38. "projectname": "env-pc",
  39. "debugOptions": {
  40. "hidedInDevtools": []
  41. },
  42. "isGameTourist": false,
  43. "simulatorType": "wechat",
  44. "simulatorPluginLibVersion": {},
  45. "condition": {
  46. "plugin": {
  47. "list": []
  48. },
  49. "game": {
  50. "list": []
  51. },
  52. "gamePlugin": {
  53. "list": []
  54. },
  55. "miniprogram": {
  56. "list": [
  57. {
  58. "id": 0,
  59. "name": "pages/index/index",
  60. "pathName": "pages/index/index",
  61. "query": "",
  62. "scene": null
  63. },
  64. {
  65. "id": -1,
  66. "name": "pages/home/index",
  67. "pathName": "pages/home/index",
  68. "query": "",
  69. "scene": null
  70. },
  71. {
  72. "id": -1,
  73. "name": "pages/adjust/index",
  74. "pathName": "pages/adjust/index",
  75. "query": "",
  76. "scene": null
  77. },
  78. {
  79. "id": -1,
  80. "name": "pages/detail/index",
  81. "pathName": "pages/detail/index",
  82. "query": "",
  83. "scene": null
  84. },
  85. {
  86. "name": "pages/usercenter/index",
  87. "pathName": "pages/usercenter/index",
  88. "query": "",
  89. "scene": null
  90. },
  91. {
  92. "name": "pages/feedback/index",
  93. "pathName": "pages/feedback/index",
  94. "query": "",
  95. "scene": null
  96. },
  97. {
  98. "name": "pages/search/index",
  99. "pathName": "pages/search/index",
  100. "scene": null
  101. }
  102. ]
  103. }
  104. }
  105. }