canirequire › Dual (CommonJS + ESM) › preact
Is preact ESM-only? Can you require() it?
Fast 3kb React-compatible Virtual DOM library.
Last verified Sep 9, 2026 against preact@10.29.8. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
preact publishes both a CommonJS entry and a native ESM entry (ESM added in 10.3.0). require("preact") and import "preact" both work on every supported Node.js version and in Bun.
Does preact@10.29.8 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("preact") from a CommonJS file and import "preact" from an ES module.
| Runtime | require("preact") | import "preact" |
|---|---|---|
| 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 preact
ES modules (import)
import preact from "preact";CommonJS (require)
const preact = require("preact");Module format by version
Derived from the type, main and exports fields of every stable release on npm (235 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 10.17.0 – 10.29.8 | Dual (CommonJS + ESM) | Aug 14, 2023 |
Frequently asked
Is preact ESM-only?
preact@10.29.8 ships CommonJS and ESM builds. preact publishes both a CommonJS entry and a native ESM entry (ESM added in 10.3.0). require("preact") and import "preact" both work on every supported Node.js version and in Bun.
Can I require preact?
Yes. preact ships a CommonJS entry, so require("preact") works on every Node.js version, alongside the native ESM entry for import.
Does preact work in Bun?
Yes. import "preact" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does preact ship TypeScript types?
Yes. preact 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
- nan 2.28.0CommonJS
- react-router-dom 7.18.3Dual
- read-cache 1.0.2CommonJS
- thenify-all 1.6.0CommonJS
- eslint-config-next 16.3.4No entry
- classnames 2.5.1CommonJS
- node-int64 0.4.0CommonJS
- handlebars 4.7.9CommonJS