Releases: webpack/webpack-dev-server
Releases · webpack/webpack-dev-server
v3.2.0
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
3.1.14 (2018-12-24)
Bug Fixes
- add workaround for Origin header in sockjs (#1608) (1dfd4fb)
v3.1.12
3.1.12 (2018-12-22)
Bug Fixes
- regression in
checkHost
for checking Origin header (#1606) (8bb3ca8)
v3.1.10
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.8
Bug Fixes
- package:
yargs
security vulnerability (dependencies
) (#1492) (8fb67c9)
- utils/createLogger: ensure
quiet
always takes precedence (options.quiet
) (#1486) (7a6ca47)
v3.1.6
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)