Releases: webpack/webpack-dev-server
Releases · webpack/webpack-dev-server
v4.7.2
v4.7.1
v4.7.0
4.7.0 (2021-12-21)
Features
- added the
setupMiddlewaresoption and deprecatedonAfterSetupMiddlewareandonBeforeSetupMiddlewareoptions (#4068) (c13aa56) - added types (8f02c3f)
- show deprecation warning for
cacertoption (#4115) (c73ddfb)
Bug Fixes
- add description for
watchFilesoptions (#4057) (75f3817) - allow passing options for custom server (#4110) (fc8bed9)
- correct schema for
ClientLogging(#4084) (9b7ae7b) - mark
--open-appdeprecated in favor of--open-app-name(#4091) (693c28a) - show deprecation warning for both
httpsandhttp2(#4069) (d8d5d71) - update
--web-socket-serverdescription (#4098) (65955e9) - update
listenandclosedeprecation warning message (#4097) (b217a19) - update descriptions of
httpsandserveroptions (#4094) (f97c9e2)
v4.6.0
v4.5.0
4.5.0 (2021-11-13)
Features
- add
--web-socket-server-typeoption for CLI (#4001) (17c390a) - show deprecation warning for
https/http2option, migration guide forhttpsand migration guide forhttp2(because we usespdyfor http2 dueexpressdoesn't support http2) (#4003) (521cf85)
Bug Fixes
v3.11.3
v4.4.0
4.4.0 (2021-10-27)
Features
- added the
serveroption, now you can pass server options, example{ server: { type: 'http', options: { maxHeaderSize: 32768 } } }, available options forhttpandhttps, note - forhttp2is usedspdy, options specified in theserver.optionsoption take precedence overhttps/http2options (#3940) (a70a7ef) - added the
client.reconnectoption (#3912) (5edad76) - improve error handling within
startCallbackandendCallback(#3969) (b0928ac)