project.config.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": false,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": true,
  14. "coverView": true,
  15. "nodeModules": false,
  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.16.1",
  44. "appid": "wx47bde0e3d49633b4",
  45. "projectname": "%E5%8D%A1%E7%89%8C%E5%B0%8F%E7%A8%8B%E5%BA%8F",
  46. "cloudfunctionTemplateRoot": "",
  47. "watchOptions": {
  48. "ignore": []
  49. },
  50. "debugOptions": {
  51. "hidedInDevtools": []
  52. },
  53. "scripts": {},
  54. "simulatorType": "wechat",
  55. "simulatorPluginLibVersion": {},
  56. "miniprogramRoot": "dist-wechat/",
  57. "condition": {
  58. "search": {
  59. "list": []
  60. },
  61. "conversation": {
  62. "list": []
  63. },
  64. "plugin": {
  65. "list": []
  66. },
  67. "game": {
  68. "list": []
  69. },
  70. "gamePlugin": {
  71. "list": []
  72. },
  73. "miniprogram": {
  74. "list": [
  75. {
  76. "id": -1,
  77. "name": "消息",
  78. "pathName": "/pages/news",
  79. "scene": null
  80. },
  81. {
  82. "id": -1,
  83. "name": "聊天页面",
  84. "pathName": "/pages/chat",
  85. "scene": null
  86. }
  87. ]
  88. }
  89. }
  90. }