canirequire › Dual (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.
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.
| Runtime | require("@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).
| Versions | Format | First published |
|---|---|---|
| 22.0.0 – 29.0.3 | Dual (CommonJS + ESM) | Apr 24, 2022 |
| 13.0.2 – 21.1.0 | CommonJS | Jul 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
- minimatch 10.2.6Dual
- brace-expansion 5.0.9Dual
- lru-cache 11.5.2Dual
- glob 13.0.6Dual
- eslint-visitor-keys 5.0.1Dual
- yallist 5.0.0Dual
- balanced-match 4.0.4Dual
- js-yaml 5.4.1Dual
Similar popularity
- underscore 1.13.8Dual
- i18next 26.4.2Dual
- lodash.clonedeep 4.5.0CommonJS
- storybook 10.6.0No entry
- clean-css 5.3.3CommonJS
- fork-ts-checker-webpack-plugin 9.1.0CommonJS
- style-loader 4.0.0CommonJS
- adm-zip 0.6.0CommonJS