v4.0.0-beta.3
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.caoption was removed in favor thehttps.cacertoption - the
devoption was renamed todevMiddleware - the
client.overlayoption istrueby default and show warnings by default - use server port for websocket connection by default, if you proxied
webpack-dev-server, please updatewebpack-clitov4.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 --helpto look at them (#3238) (469e558) - support
bonjouroptions (#3202) (5534583)
Bug Fixes
- improve warning message for
open(#3191) (d473fd9) - respect the
client.loggingoption for HMR logging (#3159) (6f3c6ba) - respect
client.needClientEntryandclient.needHotEntryoptions (#3178) (a2b6db9) - overlay with warnings (#3215) (7e18161)
- help description for options
- error description for options
- improve warning message for the
openoption