v5.1.0
Added 4
- Add visual progress indicators
- Add the `app` option to be `Function` (by default only with `connect` compatibility frameworks)
- Allow the `server` option to be `Function`
- Add HTTP2 support for `connect` and `connect` compatibility frameworks which support HTTP2
Fixed 5
- Check the `platform` property to determinate the target
- Fix IPv6 output
- Replace `rimraf` with `rm`
- Replace default gateway
- Support `devServer: false`
From webpack-dev-server
5.1.0 (2024-09-03)
Features
- add visual progress indicators (a8f40b7)
- added the
appoption to beFunction(by default only withconnectcompatibility frameworks) (3096148) - allow the
serveroption to beFunction(#5275) (02a1c6d) - http2 support for
connectandconnectcompatibility frameworks which support HTTP2 (#5267) (6509a3f)