canirequire

canirequireDual (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.

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

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.

Runtimerequire("@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).

VersionsFormatFirst published
3.1.0 – 5.4.0Dual (CommonJS + ESM)Jun 5, 2020
3.0.0 – 3.0.10CommonJSNov 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

Similar popularity