canirequire

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

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

Import JPG, PNG, GIF, SVG, and WebP files

Last verified Sep 9, 2026 against @rollup/plugin-image@3.0.3. JSON

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

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

Latest
3.0.3 (Oct 5, 2023)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
3.0.3
Native ESM since
3.0.0
TypeScript types
Bundled
Node engines
>=14.0.0
License
MIT

Does @rollup/plugin-image@3.0.3 actually load? Runtime test results

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

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

ES modules (import)

import pluginImage from "@rollup/plugin-image";

CommonJS (require)

const pluginImage = require("@rollup/plugin-image");

Module format by version

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

VersionsFormatFirst published
3.0.0 – 3.0.3Dual (CommonJS + ESM)Oct 9, 2022
2.0.0 – 2.1.1CommonJSNov 20, 2019

Frequently asked

Is @rollup/plugin-image ESM-only?

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

Can I require @rollup/plugin-image?

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

Does @rollup/plugin-image work in Bun?

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

Does @rollup/plugin-image ship TypeScript types?

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

Links

Other dual (commonjs + esm) packages

Similar popularity