Skip to content

Releases: webpack/webpack-dev-server

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

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)