project.config.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "miniprogramRoot": "miniprogram/",
  4. "cloudfunctionRoot": "cloudfunctions/",
  5. "setting": {
  6. "urlCheck": true,
  7. "es6": true,
  8. "enhance": true,
  9. "postcss": true,
  10. "preloadBackgroundData": false,
  11. "minified": true,
  12. "newFeature": true,
  13. "coverView": true,
  14. "nodeModules": false,
  15. "autoAudits": false,
  16. "showShadowRootInWxmlPanel": true,
  17. "scopeDataCheck": false,
  18. "uglifyFileName": false,
  19. "checkInvalidKey": true,
  20. "checkSiteMap": true,
  21. "uploadWithSourceMap": true,
  22. "compileHotReLoad": false,
  23. "lazyloadPlaceholderEnable": false,
  24. "useMultiFrameRuntime": false,
  25. "useApiHook": false,
  26. "useApiHostProcess": false,
  27. "babelSetting": {
  28. "ignore": [],
  29. "disablePlugins": [],
  30. "outputPath": ""
  31. },
  32. "useIsolateContext": false,
  33. "userConfirmedBundleSwitch": false,
  34. "packNpmManually": false,
  35. "packNpmRelationList": [],
  36. "minifyWXSS": true,
  37. "disableUseStrict": false,
  38. "minifyWXML": true,
  39. "showES6CompileOption": false,
  40. "useCompilerPlugins": false,
  41. "ignoreUploadUnusedFiles": true
  42. },
  43. "appid": "wxf22759845920b6f3",
  44. "projectname": "%E6%B1%9F%E8%BF%90%E9%9A%8F%E6%89%8B%E6%8B%8D2.0",
  45. "libVersion": "2.19.6",
  46. "cloudfunctionTemplateRoot": "cloudfunctionTemplate/",
  47. "condition": {
  48. "search": {
  49. "list": []
  50. },
  51. "conversation": {
  52. "list": []
  53. },
  54. "plugin": {
  55. "list": []
  56. },
  57. "game": {
  58. "list": []
  59. },
  60. "miniprogram": {
  61. "list": [
  62. {
  63. "id": -1,
  64. "name": "db guide",
  65. "pathName": "pages/databaseGuide/databaseGuide"
  66. }
  67. ]
  68. }
  69. },
  70. "compileType": "miniprogram",
  71. "scripts": {},
  72. "packOptions": {
  73. "ignore": [],
  74. "include": []
  75. },
  76. "watchOptions": {
  77. "ignore": []
  78. },
  79. "debugOptions": {
  80. "hidedInDevtools": []
  81. },
  82. "staticServerOptions": {
  83. "servePath": ""
  84. }
  85. }