webpack-dev-server
Advanced tools
Changelog
4.7.0 (2021-12-21)
setupMiddlewares
option and deprecated onAfterSetupMiddleware
and onBeforeSetupMiddleware
options (#4068) (c13aa56)cacert
option (#4115) (c73ddfb)watchFiles
options (#4057) (75f3817)ClientLogging
(#4084) (9b7ae7b)--open-app
deprecated in favor of --open-app-name
(#4091) (693c28a)https
and http2
(#4069) (d8d5d71)--web-socket-server
description (#4098) (65955e9)listen
and close
deprecation warning message (#4097) (b217a19)https
and server
options (#4094) (f97c9e2)Changelog
4.5.0 (2021-11-13)
--web-socket-server-type
option for CLI (#4001) (17c390a)https
/http2
option, migration guide for https
and migration guide for http2
(because we use spdy
for http2 due express
doesn't support http2) (#4003) (521cf85)Changelog
4.4.0 (2021-10-27)
server
option, now you can pass server options, example { server: { type: 'http', options: { maxHeaderSize: 32768 } } }
, available options for http
and https
, note - for http2
is used spdy
, options specified in the server.options
option take precedence over https
/http2
options (#3940) (a70a7ef)client.reconnect
option (#3912) (5edad76)startCallback
and endCallback
(#3969) (b0928ac)