Skip to content

Commit 06714c6

Browse files
chore(release): new release
1 parent 308e853 commit 06714c6

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

.changeset/constructor-options-undefined.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 5.2.6
4+
5+
### Patch Changes
6+
7+
- fix: allow `undefined` as the `Server` constructor `options` argument again (by [@bjohansebas](https://github.com/bjohansebas) in [#5695](https://github.com/webpack/webpack-dev-server/pull/5695))
8+
9+
Restores accepting `undefined` (defaulting it to `{}`) for the `options`
10+
argument, so passing a webpack config's optional `devServer` field type-checks and works as before.
11+
312
## 5.2.5
413

514
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-dev-server",
3-
"version": "5.2.5",
3+
"version": "5.2.6",
44
"description": "Serves a webpack app. Updates the browser on changes.",
55
"homepage": "https://github.com/webpack/webpack-dev-server#readme",
66
"bugs": "https://github.com/webpack/webpack-dev-server/issues",

0 commit comments

Comments
 (0)