project.config.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "miniprogramRoot": "miniprogram/",
  3. "cloudfunctionRoot": "cloudfunctions/",
  4. "setting": {
  5. "urlCheck": true,
  6. "es6": true,
  7. "enhance": true,
  8. "postcss": true,
  9. "preloadBackgroundData": false,
  10. "minified": true,
  11. "newFeature": true,
  12. "coverView": true,
  13. "nodeModules": true,
  14. "autoAudits": false,
  15. "showShadowRootInWxmlPanel": true,
  16. "scopeDataCheck": false,
  17. "uglifyFileName": false,
  18. "checkInvalidKey": true,
  19. "checkSiteMap": true,
  20. "uploadWithSourceMap": true,
  21. "compileHotReLoad": false,
  22. "useMultiFrameRuntime": false,
  23. "useApiHook": false,
  24. "useApiHostProcess": false,
  25. "babelSetting": {
  26. "ignore": [],
  27. "disablePlugins": [],
  28. "outputPath": ""
  29. },
  30. "enableEngineNative": false,
  31. "useIsolateContext": true,
  32. "userConfirmedBundleSwitch": false,
  33. "packNpmManually": false,
  34. "packNpmRelationList": [],
  35. "minifyWXSS": true,
  36. "showES6CompileOption": false,
  37. "ignoreUploadUnusedFiles": true,
  38. "condition": false,
  39. "skylineRenderEnable": false
  40. },
  41. "appid": "wxcbc23a7780c48db2",
  42. "projectname": "miniprogram-1",
  43. "libVersion": "2.14.1",
  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. "packOptions": {
  71. "ignore": [],
  72. "include": []
  73. },
  74. "editorSetting": {
  75. "tabIndent": "insertSpaces",
  76. "tabSize": 2
  77. }
  78. }