project.config.json 926 B

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