Skip to content

Releases: webpack/webpack-dev-server

v3.1.7

29 Aug 12:24
Compare
Choose a tag to compare

2018-08-29

Bug Fixes

  • Server: don't use spdy on node >= v10.0.0 (#1451) (8ab9eb6)

v3.1.6

26 Aug 06:44
Compare
Choose a tag to compare

2018-08-26

Bug Fixes

  • bin: handle process signals correctly when the server isn't ready yet (#1432) (334c3a5)
  • examples/cli: correct template path in open-page example (#1401) (df30727)
  • schema: allow the output filename to be a {Function} (#1409) (e2220c4)

v3.1.5

22 Jul 15:23
Compare
Choose a tag to compare
  • Send the Progress event in the client so plugins can use it (#1427)
  • Update sockjs-client to fix infinite reconnection loop (#1434)

v3.1.4

02 May 21:35
Compare
Choose a tag to compare
  • Update to webpack-dev-middleware 3.1.3, which should fix paths with a space not working on Windows (#1392)
  • Fix logLevel option silent not being accepted by schema validation (#1372)

v3.1.3

08 Apr 08:33
Compare
Choose a tag to compare
  • Fix HMR causing a crash when trying to reload

v3.1.2

07 Apr 13:25
Compare
Choose a tag to compare
  • Speed up incremental builds (#1362)
  • Update webpack-dev-middleware to 3.1.2

v3.1.1

09 Mar 21:38
Compare
Choose a tag to compare

v3.1.0

27 Feb 21:04
Compare
Choose a tag to compare

Updates

  • Fancy logging; webpack-log is now used for logging to the terminal (webpack-dev-middleware was already using this).
  • The logLevel option is added for more fine-grained control over the logging.

Bugfixes

  • MultiCompiler was broken with webpack 4.
  • Fix deprecation warnings caused by webpack 4. Note that you will still see some deprecation warnings because webpack-dev-middleware has not been updated yet.

v3.0.0

25 Feb 11:29
Compare
Choose a tag to compare

Updates

  • Breaking change: webpack v4 is now supported. Older versions of webpack are not supported.
  • Breaking change: drops support for Node.js v4, going forward we only support v6+ (same as webpack).
  • webpack-dev-middleware updated to v2 (see changes).

Bugfixes

  • After starting webpack-dev-server with an error in your code, it would not reload the page after fixing that error (#1317).
  • DynamicEntryPlugin is now supported correctly (#1319).

Huge thanks to all the contributors!

Please note that webpack-serve will eventually be the successor of webpack-dev-server. The core features already work so if you're brave enough give it a try!

v3.0.0-beta.2

17 Feb 10:48
Compare
Choose a tag to compare
  • Since webpack v4 the entry option is optional and will default to ./src/. This didn't work in webpack-dev-server (#1308).