Skip to content

Commit f8618c3

Browse files
authored
docs(configuration): add link to migration guide for devServer v4 (#5314)
* docs(configuration): add link to migration guide for devServer v4 * use badge * Update src/content/configuration/dev-server.mdx
1 parent 32b90c8 commit f8618c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/dev-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ contributors:
2424

2525
[webpack-dev-server](https://github.com/webpack/webpack-dev-server) can be used to quickly develop an application. See the [development guide](/guides/development/) to get started.
2626

27-
This page describes the options that affect the behavior of webpack-dev-server (short: dev-server).
27+
This page describes the options that affect the behavior of webpack-dev-server (short: dev-server) <Badge text="version >= 4.0.0" />. Migration guide from `v3` to `v4` can be found [here](https://github.com/webpack/webpack-dev-server/blob/master/migration-v4.md).
2828

2929
## `devServer`
3030

0 commit comments

Comments
 (0)