project.config.json 2.3 KB

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