Releases: webpack/webpack-dev-server
Releases · webpack/webpack-dev-server
v4.13.2
4.13.2 (2023-03-31)
Bug Fixes
- prevent open 0.0.0.0 in browser due windows problems (04e74f2)
v4.13.0
4.13.0 (2023-03-17)
Features
- added
client.overlay.runtimeErrors
option to control runtime errors (#4773) (dca2366)
v4.12.0
4.12.0 (2023-03-14)
Features
- allow to set the
sockjs_url
option (only sockjs
) using the webSocketServer.options.sockjsUrl
option (#4586) (69a2fba)
- catch runtime error (#4605) (87a26cf)
- improve styles for overlay (#4576) (791fb85)
- open editor when clicking error on overlay (#4587) (efb2cec)
Bug Fixes
v4.11.1
4.11.1 (2022-09-19)
Bug Fixes
- respect
client.logging
option for all logs (#4572) (375835c)
v4.11.0
4.11.0 (2022-09-07)
Features
- make allowedHosts accept localhost subdomains by default (#4357) (0a33e6a)
Bug Fixes
v4.10.0
4.10.0 (2022-08-10)
Features
- allow to configure more
client
options via resource URL (#4274) (216e3cb)
Bug Fixes
- response correctly when receive an OPTIONS request (#4185) (2b3b7e0)
v4.9.3
4.9.3 (2022-06-29)
Bug Fixes
- avoid creation unnecessary stream for static sockjs file (#4482) (049b153)
- history-api-fallback now supports HEAD requests and handles them the same as GET (8936082)