project.config.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. "packOptions": {
  72. "ignore": [],
  73. "include": []
  74. },
  75. "srcMiniprogramRoot": "miniprogram/",
  76. "editorSetting": {
  77. "tabIndent": "insertSpaces",
  78. "tabSize": 2
  79. }
  80. }