Skip to content

Releases: webpack/webpack-dev-server

v3.10.2

31 Jan 15:37
Compare
Choose a tag to compare

3.10.2 (2020-01-31)

Bug Fixes

  • fallthrough non GET and HEAD request to routes (#2374) (ebe8eca)
  • add an optional peer dependency on webpack-cli (#2396) (aa365df)
  • add heartbeat for the websocket server (#2404) (1a7c827)

v3.10.1

19 Dec 11:20
Compare
Choose a tag to compare

3.10.1 (2019-12-19)

Bug Fixes

v3.10.0

18 Dec 14:36
Compare
Choose a tag to compare

3.10.0 (2019-12-18)

Features

  • client: allow sock port to use location's port (sockPort: 'location') (#2341) (dc10d06)
  • server: add contentBasePublicPath option (#2150) (cee700d)

Bug Fixes

v3.9.0

22 Oct 16:48
Compare
Choose a tag to compare

3.9.0 (2019-10-22)

Bug Fixes

  • add hostname and port to bonjour name to prevent name collisions (#2276) (d8af2d9)
  • add extKeyUsage to self-signed cert (#2274) (a4dbc3b)

Features

v3.8.2

02 Oct 16:33
Compare
Choose a tag to compare

3.8.2 (2019-10-02)

Security

  • update selfsigned package

v3.8.1

16 Sep 14:07
Compare
Choose a tag to compare

3.8.1 (2019-09-16)

Bug Fixes

v3.8.0

09 Aug 17:09
Compare
Choose a tag to compare

3.8.0 (2019-08-09)

Bug Fixes

  • server: fix setupExitSignals usage (#2181) (bbe410e)
  • server: set port before instantiating server (#2143) (cfbf229)
  • check for name of HotModuleReplacementPlugin to avoid RangeError (#2146) (4579775)
  • server: check for external urls in array (#1980) (fa78347)
  • server: fix header check for socket server (#2077) (7f51859)
  • server: stricter headers security check (#2092) (078ddca)

Features

Potential Breaking Changes

We have migrated serverMode and clientMode to transportMode as an experimental option. If you want to use this feature, you have to change your settings.

Related PR: #2116

v3.7.2

18 Jun 00:04
Compare
Choose a tag to compare

3.7.2 (2019-06-17)

Bug Fixes

  • client: add default fallback for client (#2015) (d26b444)
  • open: set wait: false to run server.close successfully (#2001) (2b4cb52)
  • test: fixed ProvidePlugin.test.js (#2002) (47453cb)

v3.7.1

07 Jun 13:56
Compare
Choose a tag to compare

3.7.1 (2019-06-07)

Bug Fixes

  • retry finding port when port is null and get ports in sequence (#1993) (bc57514)

v3.7.0

06 Jun 15:12
Compare
Choose a tag to compare

3.7.0 (2019-06-06)

Bug Fixes

Features