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. "uglifyFileName": false,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "compileHotReLoad": false,
  24. "useMultiFrameRuntime": true,
  25. "useApiHook": true,
  26. "useApiHostProcess": false,
  27. "babelSetting": {
  28. "ignore": [],
  29. "disablePlugins": [],
  30. "outputPath": ""
  31. },
  32. "enableEngineNative": false,
  33. "bundle": false,
  34. "useIsolateContext": true,
  35. "useCompilerModule": true,
  36. "userConfirmedUseCompilerModuleSwitch": false,
  37. "userConfirmedBundleSwitch": false,
  38. "packNpmManually": false,
  39. "packNpmRelationList": [],
  40. "minifyWXSS": true
  41. },
  42. "compileType": "miniprogram",
  43. "libVersion": "2.11.1",
  44. "appid": "wxa2bf334720c47626",
  45. "projectname": "env-pc",
  46. "debugOptions": {
  47. "hidedInDevtools": []
  48. },
  49. "isGameTourist": false,
  50. "simulatorType": "wechat",
  51. "simulatorPluginLibVersion": {},
  52. "condition": {
  53. "plugin": {
  54. "list": []
  55. },
  56. "game": {
  57. "list": []
  58. },
  59. "gamePlugin": {
  60. "list": []
  61. },
  62. "miniprogram": {
  63. "list": [
  64. {
  65. "id": 0,
  66. "name": "pages/index/index",
  67. "pathName": "pages/index/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. "query": "",
  101. "scene": null
  102. }
  103. ]
  104. }
  105. }
  106. }