project.config.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "compileType": "miniprogram",
  3. "cloudfunctionRoot": "cloud/",
  4. "libVersion": "3.8.10",
  5. "packOptions": {
  6. "ignore": [
  7. {
  8. "type": "folder",
  9. "value": "cloud"
  10. }
  11. ],
  12. "include": []
  13. },
  14. "setting": {
  15. "coverView": true,
  16. "es6": true,
  17. "postcss": true,
  18. "minified": true,
  19. "enhance": true,
  20. "showShadowRootInWxmlPanel": true,
  21. "packNpmRelationList": [],
  22. "babelSetting": {
  23. "ignore": [],
  24. "disablePlugins": [],
  25. "outputPath": ""
  26. },
  27. "compileWorklet": false,
  28. "uglifyFileName": false,
  29. "uploadWithSourceMap": true,
  30. "packNpmManually": false,
  31. "minifyWXSS": true,
  32. "minifyWXML": true,
  33. "localPlugins": false,
  34. "condition": false,
  35. "swc": false,
  36. "disableSWC": true,
  37. "disableUseStrict": false,
  38. "useCompilerPlugins": false
  39. },
  40. "condition": {},
  41. "editorSetting": {
  42. "tabIndent": "auto",
  43. "tabSize": 2
  44. },
  45. "appid": "wx19b14b10ee9d1571",
  46. "simulatorPluginLibVersion": {},
  47. "cloudfunctionTemplateRoot": "cloudfunctionTemplate/"
  48. }