Skip to content

[Replacement]: rollup-plugin-babel #1127

Description

@anilloutombam

Package to replace

rollup-plugin-babel

Suggested replacement(s)

@rollup/plugin-babel

Manifest type

preferred (lighter or more modern alternative package)

Rationale

rollup-plugin-babel has been superseded by the official @rollup/plugin-babel package.

Availability

The current package requires Rollup 1.20 or later and a supported Node.js LTS release.

Code example (optional)

import babel from rollup-plugin-babel // [!code --]
import { babel } from @rollup/plugin-babel // [!code ++]

export default {
  plugins: [babel({ babelHelpers: bundled })]
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    acceptedUsed to signal if a suggested replacement has been accepted.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions