Update dependency webpack-dev-server to v2 - autoclosed #78
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.8.2
->^2.2.0
By merging this PR, the below issues will be automatically resolved and closed:
Release Notes
webpack/webpack-dev-server
v2.2.0
Compare Source
First webpack-dev-server 2 release
Following the webpack 2 release.
It's equal to the last RC.
If you're curious about the highlights, read this fancy Medium post.
v1.16.5
Compare Source
v1.16.4
Compare Source
Security fix:
This version contains a security fix, which is also breaking change if you have an insecure configuration.
We are releasing this breaking change as patch version to protect you from attacks.
Sorry if this breaks your setup, but the fix is easy.
We added a check for the correct
Host
header to the webpack-dev-server.This allowed evil websites to access your assets.
The
Host
header of the request have to match the listening adress or the host provided in thepublic
option.Make sure to provide correct values here.
The response will contain a note when using an incorrect
Host
header.For usage behind a Proxy or similar setups we also added a
disableHostCheck
option to disable this check.Only use it when you know what you do. Not recommended.
This version also includes this security fix for webpack-dev-middleware: https://github.com/webpack/webpack-dev-middleware/releases/tag/v1.10.2
Note: This only affect the development server and middleware. webpack and built bundles are not affected.
Credits to Ed Morley from Mozilla for reporting the issue.
Bugfixes:
Host
doesn't match listening host orpublic
option.localhost
or127.0.0.1
are not blocked.Features:
disableHostCheck
option to disable the host checkv1.16.3
Compare Source
Probably the last release in the v1.x range:
Promise
.v1.16.2
Compare Source
bypass
feature (#614).v1.16.1
Compare Source
v1.16.0
Compare Source
clientLogLevel
(--client-log-level
for CLI) option. It controls the log messages shown in the browser. Available levels areerror
,warning
,info
ornone
(#579).v1.15.2
Compare Source
v1.15.1
Compare Source
bypass
config option for proxies (#563).*
as a proxy wildcard.document
when using inline modus (#577).v1.15.0
Compare Source
--stdin
flag, to close the dev server on process exit (#352).--open
flag to open a browser pointing to the server (#329).--public
flag to override the url used for connecting to the web socket (#368).options.contentBase
, so multiple sources are allowed (#374).options.staticOptions
to allow passing through Express static options (#385).--cacert
flag not doing anything (#532).v1.14.1
Compare Source
v1.14.0
Compare Source
v1.13.0
Compare Source
v1.12.1
Compare Source
v1.12.0
Compare Source
v1.11.0
Compare Source
v1.10.1
Compare Source
v1.10.0
Compare Source
v1.9.0
Compare Source