Releases: webpack/webpack-dev-server
Releases · webpack/webpack-dev-server
v4.9.2
v4.9.1
v4.9.0
v4.8.1
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 typeboolean
(#4280) (fcf8e8e)
v4.7.4
v4.7.3
v4.7.2
v4.7.1
v4.7.0
4.7.0 (2021-12-21)
Features
- added the
setupMiddlewares
option and deprecatedonAfterSetupMiddleware
andonBeforeSetupMiddleware
options (#4068) (c13aa56) - added types (8f02c3f)
- show deprecation warning for
cacert
option (#4115) (c73ddfb)
Bug Fixes
- add description for
watchFiles
options (#4057) (75f3817) - allow passing options for custom server (#4110) (fc8bed9)
- correct schema for
ClientLogging
(#4084) (9b7ae7b) - mark
--open-app
deprecated in favor of--open-app-name
(#4091) (693c28a) - show deprecation warning for both
https
andhttp2
(#4069) (d8d5d71) - update
--web-socket-server
description (#4098) (65955e9) - update
listen
andclose
deprecation warning message (#4097) (b217a19) - update descriptions of
https
andserver
options (#4094) (f97c9e2)