project.config.json 1.9 KB

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