project.config.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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": false,
  18. "newFeature": false,
  19. "coverView": true,
  20. "nodeModules": true,
  21. "autoAudits": false,
  22. "showShadowRootInWxmlPanel": false,
  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. "useIsolateContext": true,
  39. "userConfirmedBundleSwitch": false,
  40. "packNpmManually": false,
  41. "packNpmRelationList": [],
  42. "minifyWXSS": false,
  43. "disableUseStrict": false,
  44. "minifyWXML": true,
  45. "showES6CompileOption": false,
  46. "useCompilerPlugins": false
  47. },
  48. "compileType": "miniprogram",
  49. "libVersion": "2.16.0",
  50. "appid": "wx70aacbcde632b624",
  51. "projectname": "zy",
  52. "debugOptions": {
  53. "hidedInDevtools": []
  54. },
  55. "scripts": {},
  56. "isGameTourist": false,
  57. "simulatorType": "wechat",
  58. "simulatorPluginLibVersion": {},
  59. "condition": {
  60. "plugin": {
  61. "list": []
  62. },
  63. "game": {
  64. "list": []
  65. },
  66. "gamePlugin": {
  67. "list": []
  68. },
  69. "miniprogram": {
  70. "list": [
  71. {
  72. "name": "pages/shoplist/shoplist",
  73. "pathName": "pages/shoplist/shoplist",
  74. "query": "",
  75. "scene": null
  76. },
  77. {
  78. "name": "pages/person/person",
  79. "pathName": "pages/person/person",
  80. "query": "",
  81. "scene": null
  82. },
  83. {
  84. "name": "pages/prompt/prompt",
  85. "pathName": "pages/prompt/prompt",
  86. "query": "",
  87. "scene": null
  88. },
  89. {
  90. "name": "pages/prompt/prompt",
  91. "pathName": "pages/prompt/prompt",
  92. "query": "",
  93. "scene": null
  94. },
  95. {
  96. "name": "pages/appointment/appointment",
  97. "pathName": "pages/appointment/appointment",
  98. "query": "shopId=1&productId=1",
  99. "scene": null
  100. }
  101. ]
  102. }
  103. }
  104. }