canirequire

canirequireDual (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.

Latest
6.0.0 (Jul 3, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
6.0.0
Native ESM since
6.0.0
TypeScript types
Bundled
Node engines
>= 22.15.0
Weekly downloads
11.8M
License
MIT

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.

Runtimerequire("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).

VersionsFormatFirst published
6.0.0Dual (CommonJS + ESM)Jul 3, 2026
3.8.0 – 5.2.6CommonJSAug 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

Similar popularity