Skip to content

Releases: webpack/webpack-dev-server

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)

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)