Skip to content

Releases: webpack/webpack-dev-server

v3.3.0

08 Apr 15:57
Compare
Choose a tag to compare

3.3.0 (2019-04-08)

Bug Fixes

Features

  • add option "serveIndex" to enable/disable serveIndex middleware (#1752) (d5d60cb)
  • add webpack as argument to before and after options (#1760) (0984d4b)
  • http2 option to enable/disable HTTP/2 with HTTPS (#1721) (dcd2434)
  • random port retry logic (#1692) (419f02e)
  • relax depth limit from chokidar for content base (#1697) (7ea9ab9)

v3.2.1

25 Feb 11:06
Compare
Choose a tag to compare

3.2.1 (2019-02-25)

Bug Fixes

  • deprecation message about setup now warning about v4 (#1684) (523a6ec)
  • regression: allow ca, key and cert will be string (#1676) (b8d5c1e)
  • regression: handle key, cert, cacert and pfx in CLI (#1688) (4b2076c)
  • regression: problem with idb-connector after update internal-ip (#1691) (eb48691)

v3.2.0

20 Feb 13:45
Compare
Choose a tag to compare

3.2.0 (2019-02-20)

Bug Fixes

Features

  • add sockPath option (options.sockPath) (#1553) (4bf1f76)
  • allow to use ca, pfx, key and cert as string (#1542) (0b89fd9)
  • automatically add the HMR plugin when hot or hotOnly is enabled (#1612) (178e6cc)
  • set development mode by default when unspecified (#1653) (5ea376b)

v3.1.14

24 Dec 09:58
Compare
Choose a tag to compare

3.1.14 (2018-12-24)

Bug Fixes

  • add workaround for Origin header in sockjs (#1608) (1dfd4fb)

v3.1.13

22 Dec 19:24
Compare
Choose a tag to compare

3.1.13 (2018-12-22)

Bug Fixes

v3.1.12

22 Dec 15:02
Compare
Choose a tag to compare

3.1.12 (2018-12-22)

Bug Fixes

  • regression in checkHost for checking Origin header (#1606) (8bb3ca8)

v3.1.11

21 Dec 17:59
Compare
Choose a tag to compare

3.1.11 (2018-12-21)

Bug Fixes

v3.1.10

23 Oct 02:58
Compare
Choose a tag to compare

2018-10-23

Bug Fixes

  • options: add writeToDisk option to schema (#1520) (d2f4902)
  • package: update sockjs-client v1.1.5...1.3.0 (url-parse vulnerability) (#1537) (e719959)
  • Server: set tls.DEFAULT_ECDH_CURVE to 'auto' (#1531) (c12def3)

v3.1.9

23 Oct 03:01
Compare
Choose a tag to compare
chore(release): 3.1.9

v3.1.8

06 Sep 17:54
Compare
Choose a tag to compare

2018-09-06

Bug Fixes

  • package: yargs security vulnerability (dependencies) (#1492) (8fb67c9)
  • utils/createLogger: ensure quiet always takes precedence (options.quiet) (#1486) (7a6ca47)