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. "babelSetting": {
  26. "ignore": [],
  27. "disablePlugins": [],
  28. "outputPath": ""
  29. },
  30. "useIsolateContext": false,
  31. "userConfirmedBundleSwitch": false,
  32. "packNpmManually": false,
  33. "packNpmRelationList": [],
  34. "minifyWXSS": true,
  35. "disableUseStrict": false,
  36. "minifyWXML": true,
  37. "showES6CompileOption": false,
  38. "useCompilerPlugins": false,
  39. "ignoreUploadUnusedFiles": true,
  40. "localPlugins": false,
  41. "useApiHook": false,
  42. "useApiHostProcess": false
  43. },
  44. "cloudfunctionTemplateRoot": "cloudfunctionTemplate/",
  45. "condition": {
  46. "search": {
  47. "list": []
  48. },
  49. "conversation": {
  50. "list": []
  51. },
  52. "plugin": {
  53. "list": []
  54. },
  55. "game": {
  56. "list": []
  57. },
  58. "miniprogram": {
  59. "list": [
  60. {
  61. "id": -1,
  62. "name": "db guide",
  63. "pathName": "pages/databaseGuide/databaseGuide"
  64. }
  65. ]
  66. }
  67. },
  68. "compileType": "miniprogram",
  69. "srcMiniprogramRoot": "miniprogram/",
  70. "editorSetting": {
  71. "tabIndent": "insertSpaces",
  72. "tabSize": 2
  73. },
  74. "libVersion": "2.19.6",
  75. "packOptions": {
  76. "ignore": [],
  77. "include": []
  78. },
  79. "appid": "wxd8fe7909b3471a51"
  80. }