This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Update dependency webpack-dev-server to v3 #769
Closed
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 Pull Request updates dependency webpack-dev-server from
^2.9.7
to^3.0.0
Release Notes
v3.0.0
Updates
Bugfixes
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.1.0
Updates
webpack-log
is now used for logging to the terminal (webpack-dev-middleware was already using this).logLevel
option is added for more fine-grained control over the logging.Bugfixes
v3.1.1
v3.1.2
v3.1.3
Commits
v3.0.0
f4f14ce
Fix support for DynamicEntryPlugin (#1319)dbea323
Update depsab4eeb0
Fix page not reloading after fixing first error on page (#1317)7378e3e
Merge branch 'webpack-4'cdd10fa
Stop testing node v4 on travis ci1e7acca
Actually make the yargs version test do somethingdfe137c
Hopefully fix failing CI tests (the hacky way)eedf10f
Try again at fixing CI by upping timeout (necessary for node v6)6e1d886
3.0.0v3.1.0
f0534fc
Use webpack-log for loggingd20757b
Upgrade another timeout for slow CI94398c4
3.1.0v3.1.1
f2db057
Don't invoke function on static html string (#1329)ef55984
Remove Tapable#apply calls (#1331)2b40391
Upgrade webpack-dev-middleware dependency3c9592e
Actually upgrade package-lock.json...7b9269e
Update deps34a6cc3
And update pinned webpack-dev-middleware3a7f7d5
3.1.1v3.1.2
da33d2b
speed up incremental builds by not doing excessive stats.toJSON work (#1362)50f4007
Update deps7430648
3.1.2v3.1.3
3d3d912
Fix testse1b263a
Fix HMR being broken because of missing hashing info69a90c7
3.1.3This PR has been generated by Renovate Bot.