project.config.json 901 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "appid": "wxe8a05852410396cf",
  3. "compileType": "miniprogram",
  4. "libVersion": "3.8.1",
  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. "disableUseStrict": false,
  30. "useCompilerPlugins": false,
  31. "condition": false,
  32. "swc": false,
  33. "disableSWC": true
  34. },
  35. "condition": {},
  36. "editorSetting": {
  37. "tabIndent": "insertSpaces",
  38. "tabSize": 2
  39. },
  40. "simulatorPluginLibVersion": {}
  41. }