Releases: webpack/webpack-dev-server
Releases · webpack/webpack-dev-server
v5.2.0
5.2.0 (2024-12-11)
Features
- added
getClientEntry
and getClientHotEntry
methods to get clients entries (dc642a8)
Bug Fixes
- speed up initial client bundling (145b5d0)
v5.1.0
5.1.0 (2024-09-03)
Features
- add visual progress indicators (a8f40b7)
- added the
app
option to be Function
(by default only with connect
compatibility frameworks) (3096148)
- allow the
server
option to be Function
(#5275) (02a1c6d)
- http2 support for
connect
and connect
compatibility frameworks which support HTTP2 (#5267) (6509a3f)
Bug Fixes
v4.15.2
4.15.2 (2024-03-20)
Bug Fixes
- security: bump webpack-dev-middleware (4116209)
v5.0.4
5.0.4 (2024-03-19)
Bug Fixes
v5.0.3
5.0.3 (2024-03-12)
Bug Fixes
v5.0.2
5.0.2 (2024-02-16)
Bug Fixes
v5.0.1
5.0.1 (2024-02-13)
Bug Fixes
v4.15.0
4.15.0 (2023-05-07)
Features
- overlay displays unhandled promise rejection (#4849) (d1dd430)