Skip to content

Commit

Permalink
docs: fix migration guide (#5089)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Mar 5, 2024
1 parent 2aed762 commit 71e5e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration-v5.md
Expand Up @@ -6,7 +6,7 @@ This document serves as a migration guide for `webpack-dev-server@5.0.0`.

- Minimum supported `Node.js` version is `18.12.0`.
- Minimum supported `webpack` version is `5.0.0`.
- Minimum compatible `webpack-cli` version is `4.7.0` but we recommend using the latest version.
- Minimum compatible `webpack-cli` version is `5.0.0` but we recommend using the latest version.
- The `http2` and `https` options were removed in favor of [the `server` option](https://webpack.js.org/configuration/dev-server/#devserverserver).

v4:
Expand Down

0 comments on commit 71e5e9f

Please sign in to comment.