Releases: webpack/webpack-dev-server
Releases · webpack/webpack-dev-server
v4.9.3
4.9.3 (2022-06-29)
Bug Fixes
- avoid creation unnecessary stream for static sockjs file (#4482) (049b153)
- history-api-fallback now supports HEAD requests and handles them the same as GET (8936082)
v4.9.2
4.9.2 (2022-06-06)
Bug Fixes
v4.9.1
4.9.1 (2022-05-31)
Bug Fixes
v4.9.0
4.9.0 (2022-05-04)
Features
Bug Fixes
- ie11 runtime (#4403) (256d5fb)
- replace portfinder with custom implementation and fix security problem (#4384) (eea50f3)
- use the host in options to check if port is available (#4385) (a10c7cf)
v4.8.1
4.8.1 (2022-04-06)
Bug Fixes
v4.8.0
4.8.0 (2022-04-05)
Features
Bug Fixes
- update description for
--no-client-reconnect
(#4248) (317648d)
- update description for
--no-client
(#4250) (c3b6690)
- update description for
--no-history-api-fallback
(#4277) (d63a0a2)
- update negated descriptions for more options (#4287) (c64bd94)
- update schema to have
negatedDescription
only for type boolean
(#4280) (fcf8e8e)
v4.7.4
4.7.4 (2022-02-02)
Bug Fixes
v4.7.3
4.7.3 (2022-01-11)
Security
- update
selfsigned
to 2.0.0
version
v4.7.2
4.7.2 (2021-12-29)
Bug Fixes
- apply
onAfterSetupMiddleware
after setupMiddlewares
(as behavior earlier) (f6bc644)
v4.7.1
4.7.1 (2021-12-22)
Bug Fixes
- removed
url
package, fixed compatibility with future webpack defaults (#4132) (4e5d8ea)