Skip to content

Releases: webpack/webpack-dev-server

v4.13.2

31 Mar 22:17
Compare
Choose a tag to compare

4.13.2 (2023-03-31)

Bug Fixes

  • prevent open 0.0.0.0 in browser due windows problems (04e74f2)

v4.13.1

18 Mar 18:39
Compare
Choose a tag to compare

4.13.1 (2023-03-18)

Bug Fixes

v4.13.0

17 Mar 22:10
Compare
Choose a tag to compare

4.13.0 (2023-03-17)

Features

  • added client.overlay.runtimeErrors option to control runtime errors (#4773) (dca2366)

v4.12.0

14 Mar 17:57
Compare
Choose a tag to compare

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

22 Sep 17:00
Compare
Choose a tag to compare

4.11.1 (2022-09-19)

Bug Fixes

  • respect client.logging option for all logs (#4572) (375835c)

v4.11.0

07 Sep 15:07
Compare
Choose a tag to compare

4.11.0 (2022-09-07)

Features

  • make allowedHosts accept localhost subdomains by default (#4357) (0a33e6a)

Bug Fixes

v4.10.1

29 Aug 16:39
Compare
Choose a tag to compare

4.10.1 (2022-08-29)

Bug Fixes

v4.10.0

10 Aug 14:05
Compare
Choose a tag to compare

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

29 Jun 20:00
Compare
Choose a tag to compare

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)

v4.9.2

06 Jun 17:13
Compare
Choose a tag to compare

4.9.2 (2022-06-06)

Bug Fixes