.babelrc 263 B

1234567891011121314151617181920
  1. {
  2. "presets": [ "env", "react", "stage-2" ],
  3. "plugins": [
  4. "jsx-control-statements",
  5. [
  6. "import-bee",
  7. {
  8. "style": true
  9. }
  10. ],
  11. "transform-decorators-legacy",
  12. [
  13. "import",
  14. {
  15. "libraryName": "antd-mobile",
  16. "style": "css"
  17. }
  18. ]
  19. ]
  20. }