canirequire

canirequireDual (CommonJS + ESM) › @rollup/plugin-babel

Is @rollup/plugin-babel ESM-only? Can you require() it?

Seamless integration between Rollup and Babel.

Last verified Sep 9, 2026 against @rollup/plugin-babel@7.1.0. JSON

Dual (CommonJS + ESM) Dual package — both require() and import work

@rollup/plugin-babel publishes both a CommonJS entry and a native ESM entry (ESM added in 6.0.0). require("@rollup/plugin-babel") and import "@rollup/plugin-babel" both work on every supported Node.js version and in Bun.

Latest
7.1.0 (May 29, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
7.1.0
Native ESM since
6.0.0
TypeScript types
Bundled
Node engines
>=14.0.0
License
MIT

Does @rollup/plugin-babel@7.1.0 actually load? Runtime test results

Installed and executed on Sep 9, 2026 with require("@rollup/plugin-babel") from a CommonJS file and import "@rollup/plugin-babel" from an ES module.

Runtimerequire("@rollup/plugin-babel")import "@rollup/plugin-babel"
Node.js 18✓ works✓ works
Node.js 20✓ works✓ works
Node.js 22✓ works✓ works
Node.js 24✓ works✓ works
Node.js 26✓ works✓ works
Bun 1.4✓ works✓ works

How to import @rollup/plugin-babel

ES modules (import)

import pluginBabel from "@rollup/plugin-babel";

CommonJS (require)

const pluginBabel = require("@rollup/plugin-babel");

Module format by version

Derived from the type, main and exports fields of every stable release on npm (19 versions; the newest 19 shown).

VersionsFormatFirst published
6.0.0 – 7.1.0Dual (CommonJS + ESM)Oct 8, 2022
5.0.0 – 5.3.1CommonJSApr 28, 2020

Frequently asked

Is @rollup/plugin-babel ESM-only?

@rollup/plugin-babel@7.1.0 ships CommonJS and ESM builds. @rollup/plugin-babel publishes both a CommonJS entry and a native ESM entry (ESM added in 6.0.0). require("@rollup/plugin-babel") and import "@rollup/plugin-babel" both work on every supported Node.js version and in Bun.

Can I require @rollup/plugin-babel?

Yes. @rollup/plugin-babel ships a CommonJS entry, so require("@rollup/plugin-babel") works on every Node.js version, alongside the native ESM entry for import.

Does @rollup/plugin-babel work in Bun?

Yes. import "@rollup/plugin-babel" loaded successfully in Bun 1.4 on Sep 9, 2026.

Does @rollup/plugin-babel ship TypeScript types?

Yes. @rollup/plugin-babel bundles its own type declarations; no @types package is needed.

Links

Other dual (commonjs + esm) packages

Similar popularity