chore(deps): update dependency webpack-dev-server to v4.4.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
webpack-dev-server | devDependencies | minor | 4.3.1 -> 4.4.0 |
Release Notes
webpack/webpack-dev-server
v4.4.0
Features
- added the
server
option, now you can pass server options, example{ server: { type: 'http', options: { maxHeaderSize: 32768 } } }
, available options forhttp
andhttps
, note - forhttp2
is usedspdy
, options specified in theserver.options
option take precedence overhttps
/http2
options (#3940) (a70a7ef) - added the
client.reconnect
option (#3912) (5edad76) - improve error handling within
startCallback
andendCallback
(#3969) (b0928ac)
Bug Fixes
4.3.1 (2021-10-04)
Bug Fixes
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.
Edited by Renovate Bot