canirequire

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

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

Import files as data-URIs or ES Modules

Last verified Sep 9, 2026 against @rollup/plugin-url@8.0.2. JSON

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

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

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

Does @rollup/plugin-url@8.0.2 actually load? Runtime test results

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

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

ES modules (import)

import pluginUrl from "@rollup/plugin-url";

CommonJS (require)

const pluginUrl = require("@rollup/plugin-url");

Module format by version

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

VersionsFormatFirst published
8.0.0 – 8.0.2Dual (CommonJS + ESM)Oct 10, 2022
4.0.0 – 7.0.0CommonJSNov 25, 2019

Frequently asked

Is @rollup/plugin-url ESM-only?

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

Can I require @rollup/plugin-url?

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

Does @rollup/plugin-url work in Bun?

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

Does @rollup/plugin-url ship TypeScript types?

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

Links

Other dual (commonjs + esm) packages

Similar popularity