v4.0.0-beta.3
·
1293 commits
to master
since this release
4.0.0-beta.3 (2021-05-06)
Notes
Don't worry about a lot of changes, before the stable release, we will list all the changes and what you should do to migrate
⚠ BREAKING CHANGES
- the
https.ca
option was removed in favor thehttps.cacert
option - the
dev
option was renamed todevMiddleware
- the
client.overlay
option istrue
by default and show warnings by default - use server port for websocket connection by default, if you proxied
webpack-dev-server
, please updatewebpack-cli
tov4.7.0
(#3185) (0c3f817) - minimum supported Node.js version is
12.13.0
Features
- added
https.cacert
(#3240) (b212a2c) - added more CLI options, please run
webpack server --help
to look at them (#3238) (469e558) - support
bonjour
options (#3202) (5534583)
Bug Fixes
- improve warning message for
open
(#3191) (d473fd9) - respect the
client.logging
option for HMR logging (#3159) (6f3c6ba) - respect
client.needClientEntry
andclient.needHotEntry
options (#3178) (a2b6db9) - overlay with warnings (#3215) (7e18161)
- help description for options
- error description for options
- improve warning message for the
open
option