canirequire › Dual (CommonJS + ESM) › @rollup/pluginutils
Is @rollup/pluginutils ESM-only? Can you require() it?
A set of utility functions commonly used by Rollup plugins
Last verified Sep 9, 2026 against @rollup/pluginutils@5.4.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@rollup/pluginutils publishes both a CommonJS entry and a native ESM entry (ESM added in 3.1.0). require("@rollup/pluginutils") and import "@rollup/pluginutils" both work on every supported Node.js version and in Bun.
Does @rollup/pluginutils@5.4.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@rollup/pluginutils") from a CommonJS file and import "@rollup/pluginutils" from an ES module.
| Runtime | require("@rollup/pluginutils") | import "@rollup/pluginutils" |
|---|---|---|
| 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/pluginutils
ES modules (import)
import pluginutils from "@rollup/pluginutils";CommonJS (require)
const pluginutils = require("@rollup/pluginutils");Module format by version
Derived from the type, main and exports fields of every stable release on npm (31 versions; the newest 31 shown).
| Versions | Format | First published |
|---|---|---|
| 3.1.0 – 5.4.0 | Dual (CommonJS + ESM) | Jun 5, 2020 |
| 3.0.0 – 3.0.10 | CommonJS | Nov 25, 2019 |
Frequently asked
Is @rollup/pluginutils ESM-only?
@rollup/pluginutils@5.4.0 ships CommonJS and ESM builds. @rollup/pluginutils publishes both a CommonJS entry and a native ESM entry (ESM added in 3.1.0). require("@rollup/pluginutils") and import "@rollup/pluginutils" both work on every supported Node.js version and in Bun.
Can I require @rollup/pluginutils?
Yes. @rollup/pluginutils ships a CommonJS entry, so require("@rollup/pluginutils") works on every Node.js version, alongside the native ESM entry for import.
Does @rollup/pluginutils work in Bun?
Yes. import "@rollup/pluginutils" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @rollup/pluginutils ship TypeScript types?
Yes. @rollup/pluginutils 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
- @tailwindcss/oxide-linux-x64-musl 4.3.3CommonJS
- @aws-sdk/xml-builder 3.972.40CommonJS
- @smithy/smithy-client 4.15.2CommonJS
- @sinonjs/commons 4.0.0-alpha.0Dual
- @napi-rs/wasm-runtime 1.2.3Dual
- @openai/codex 0.153.4ESM-only
- @jest/console 30.5.1Dual
- @radix-ui/react-use-previous 1.1.4Dual