We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca33b81 commit 42214b2Copy full SHA for 42214b2
1 file changed
docs/migrate-v1-to-v2.md
@@ -18,9 +18,9 @@ The minimum supported Node.js version is now `^20.19.0 || >=22.12.0`.
18
19
`@rspack/dev-server` is now published as **pure ESM** package.
20
21
-### Upgraded `http-proxy-middleware` to v3
+### Upgraded `http-proxy-middleware` to v4
22
23
-`http-proxy-middleware` has been updated to v3, which has some breaking changes:
+`http-proxy-middleware` has been updated from v2 to v4, with several breaking changes introduced since v3:
24
25
- `proxy[].path` is removed. Use `pathFilter` (or `context`) instead.
26
0 commit comments