Skip to content

Releases: webpack/webpack-dev-server

v3.6.0

05 Jun 13:46
Compare
Choose a tag to compare

3.6.0 (2019-06-05)

Bug Fixes

Features

v3.5.1

01 Jun 15:21
Compare
Choose a tag to compare

3.5.1 (2019-06-01)

Bug Fixes

  • allow passing promise function of webpack.config.js (#1947) (8cf1053)

v3.5.0

31 May 16:28
Compare
Choose a tag to compare

Bug Fixes

  • add client code for electron-renderer target (#1935) (9297988)
  • add client code for node-webkit target (#1942) (c6b2b1f)

Features

v3.4.1

17 May 16:56
Compare
Choose a tag to compare

3.4.1 (2019-05-17)

Bug Fixes

v3.4.0

17 May 12:42
Compare
Choose a tag to compare

3.4.0 (2019-05-17)

Bug Fixes

Features

v3.3.1

09 Apr 21:53
Compare
Choose a tag to compare

3.3.1 (2019-04-09)

Bug Fixes

  • regression: always get necessary stats for hmr (#1780) (66b04a9)
  • regression: host and port can be undefined or null (#1779) (028ceee)
  • only add entries after compilers have been created (#1774) (b31cbaa)

v3.3.0

08 Apr 15:57
Compare
Choose a tag to compare

3.3.0 (2019-04-08)

Bug Fixes

  • compatibility with webpack-cli@3.3 (#1754) (fd7cb0d)
  • ignore proxy when bypass return false (#1696) (aa7de77)
  • respect stats option from webpack config (#1665) (efaa740)
  • use location.port when location.hostname is used to infer HMR socket URL (#1664) (2f7f052)
  • don't crash with express.static.mime.types (#1765) (919ff77)

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)