Skip to content

Files

Latest commit

75542fb · Mar 18, 2024

History

History
This branch is 99 commits behind swc-project/plugins:main.

transform-imports

transform-imports

Config

[
  "transform-imports",
  {
    "react-bootstrap": {
      "transform": "react-bootstrap/lib/{{member}}"
    },
    "lodash": {
      "transform": "lodash/{{member}}"
    }
  }
]

@swc/plugin-transform-imports

1.5.120

Patch Changes

  • e9e78ef: Update swc crates

1.5.119

Patch Changes

  • 1509e60: Support export all

1.5.118

Patch Changes

  • a316ceb: Support transforming exports

1.5.117

Patch Changes

  • 6096d6d: Fix plugin version schema issue

1.5.116

Patch Changes

  • 37d3aaf: Depend on the swc download counter package

1.5.115

Patch Changes

  • 8bd92c7: swc_core 0.90.x

1.5.114

Patch Changes

  • 4ef0b7f: Add changelog to the readme

1.5.113

Patch Changes

  • 4e72680: swc_core@0.88.0

1.5.112

Patch Changes