canirequire › Dual (CommonJS + ESM) › @rollup/plugin-terser
Is @rollup/plugin-terser ESM-only? Can you require() it?
Generate minified bundle
Last verified Sep 9, 2026 against @rollup/plugin-terser@1.0.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@rollup/plugin-terser publishes both a CommonJS entry and a native ESM entry (ESM added in 0.1.0). require("@rollup/plugin-terser") and import "@rollup/plugin-terser" both work on every supported Node.js version and in Bun.
Does @rollup/plugin-terser@1.0.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@rollup/plugin-terser") from a CommonJS file and import "@rollup/plugin-terser" from an ES module.
| Runtime | require("@rollup/plugin-terser") | import "@rollup/plugin-terser" |
|---|---|---|
| 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-terser
ES modules (import)
import pluginTerser from "@rollup/plugin-terser";CommonJS (require)
const pluginTerser = require("@rollup/plugin-terser");Module format by version
Derived from the type, main and exports fields of every stable release on npm (10 versions; the newest 10 shown).
| Versions | Format | First published |
|---|---|---|
| 0.1.0 – 1.0.0 | Dual (CommonJS + ESM) | Oct 27, 2022 |
Frequently asked
Is @rollup/plugin-terser ESM-only?
@rollup/plugin-terser@1.0.0 ships CommonJS and ESM builds. @rollup/plugin-terser publishes both a CommonJS entry and a native ESM entry (ESM added in 0.1.0). require("@rollup/plugin-terser") and import "@rollup/plugin-terser" both work on every supported Node.js version and in Bun.
Can I require @rollup/plugin-terser?
Yes. @rollup/plugin-terser ships a CommonJS entry, so require("@rollup/plugin-terser") works on every Node.js version, alongside the native ESM entry for import.
Does @rollup/plugin-terser work in Bun?
Yes. import "@rollup/plugin-terser" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @rollup/plugin-terser ship TypeScript types?
Yes. @rollup/plugin-terser 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
- @mui/icons-material 9.4.0Dual
- @nestjs/testing 12.0.1ESM-only
- @vitejs/plugin-vue 6.0.8ESM-only
- @babel/preset-flow 8.0.1ESM-only
- @storybook/addon-actions 9.0.8Dual
- @storybook/builder-webpack5 10.6.0No entry
- @angular/core 22.1.5ESM-only
- @storybook/blocks 8.6.14Dual