yarn webpack-dev-server 4.0.0-beta.3
v4.0.0-beta.3

latest releases: 4.15.2, 5.0.4, 5.0.3...
2 years ago

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 the https.cacert option
  • the dev option was renamed to devMiddleware
  • the client.overlay option is true by default and show warnings by default
  • use server port for websocket connection by default, if you proxied webpack-dev-server, please update webpack-cli to v4.7.0 (#3185) (0c3f817)
  • minimum supported Node.js version is 12.13.0

Features

Bug Fixes

  • improve warning message for open (#3191) (d473fd9)
  • respect the client.logging option for HMR logging (#3159) (6f3c6ba)
  • respect client.needClientEntry and client.needHotEntry options (#3178) (a2b6db9)
  • overlay with warnings (#3215) (7e18161)
  • help description for options
  • error description for options
  • improve warning message for the open option

Don't miss a new webpack-dev-server release

NewReleases is sending notifications on new releases.