canirequire › Dual (CommonJS + ESM) › webpack-dev-server
Is webpack-dev-server ESM-only? Can you require() it?
Serves a webpack app. Updates the browser on changes.
Last verified Sep 9, 2026 against webpack-dev-server@6.0.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
webpack-dev-server publishes both a CommonJS entry and a native ESM entry (ESM added in 6.0.0). require("webpack-dev-server") and import "webpack-dev-server" both work on every supported Node.js version and in Bun.
Does webpack-dev-server@6.0.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("webpack-dev-server") from a CommonJS file and import "webpack-dev-server" from an ES module.
| Runtime | require("webpack-dev-server") | import "webpack-dev-server" |
|---|---|---|
| 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 webpack-dev-server
ES modules (import)
import webpackDevServer from "webpack-dev-server";CommonJS (require)
const webpackDevServer = require("webpack-dev-server");Module format by version
Derived from the type, main and exports fields of every stable release on npm (196 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 6.0.0 | Dual (CommonJS + ESM) | Jul 3, 2026 |
| 3.8.0 – 5.2.6 | CommonJS | Aug 9, 2019 |
Frequently asked
Is webpack-dev-server ESM-only?
webpack-dev-server@6.0.0 ships CommonJS and ESM builds. webpack-dev-server publishes both a CommonJS entry and a native ESM entry (ESM added in 6.0.0). require("webpack-dev-server") and import "webpack-dev-server" both work on every supported Node.js version and in Bun.
Can I require webpack-dev-server?
Yes. webpack-dev-server ships a CommonJS entry, so require("webpack-dev-server") works on every Node.js version, alongside the native ESM entry for import.
Does webpack-dev-server work in Bun?
Yes. import "webpack-dev-server" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does webpack-dev-server ship TypeScript types?
Yes. webpack-dev-server 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
- react-native 0.87.1CommonJS
- jquery 4.0.0ESM-only
- morgan 1.12.0CommonJS
- ts-loader 9.6.2CommonJS
- del 8.0.1ESM-only
- tiny-warning 1.0.3CommonJS
- class-transformer 0.5.1CommonJS
- chart.js 4.5.1Dual