canirequire

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

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

Convert CommonJS modules to ES2015

Last verified Sep 9, 2026 against @rollup/plugin-commonjs@29.0.3. JSON

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

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

Latest
29.0.3 (May 29, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
29.0.3
Native ESM since
22.0.0
TypeScript types
Bundled
Node engines
>=16.0.0 || 14 >= 14.17
Weekly downloads
19.3M
License
MIT

Does @rollup/plugin-commonjs@29.0.3 actually load? Runtime test results

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

Runtimerequire("@rollup/plugin-commonjs")import "@rollup/plugin-commonjs"
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-commonjs

ES modules (import)

import pluginCommonjs from "@rollup/plugin-commonjs";

CommonJS (require)

const pluginCommonjs = require("@rollup/plugin-commonjs");

Module format by version

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

VersionsFormatFirst published
22.0.0 – 29.0.3Dual (CommonJS + ESM)Apr 24, 2022
13.0.2 – 21.1.0CommonJSJul 13, 2020

Frequently asked

Is @rollup/plugin-commonjs ESM-only?

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

Can I require @rollup/plugin-commonjs?

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

Does @rollup/plugin-commonjs work in Bun?

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

Does @rollup/plugin-commonjs ship TypeScript types?

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

Links

Other dual (commonjs + esm) packages

Similar popularity