Update webpack-dev-server to version 2.3.0 🚀
Hello lovely humans,
webpack-dev-server just published its new version 2.3.0.
| State | Update :rocket: |
|---|---|
| Dependency | webpack-dev-server |
| New version | 2.3.0 |
| Type | devDependency |
This version is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of webpack-dev-server. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right? Are you unsure about how things are supposed to work?
There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.
Good luck with your project :sparkles:
You rock!
:palm_tree:
- Add new fancy error overlay in-browser, which shows up when there are compilation errors. Disabled by default, add
overlay: trueto enable (#764)! - If you use
--openandoptions.public, the browser will now open the same URL as you have defined inpublic(#749). -
options.portnow allows strings to be passed in, previously only integers were accepted (#766).
The new version differs by 90 commits .
04eafa52.3.0ac1675cRefactor config validationd725fd9Implement error overlay (#764)61e5403Allow a string to be passed as theportconfig option (#766)2cf2939have --open use the options.public path if it exists (#749)aa989972.2.1686dec4Fix inline example not working after webpack 2.2.0c82c1ebOnly run Travis on themasterbranch [skip ci]54b4b02update examples to reflect web pack 2.2.0 (#759)3bc7f77webpack.github.io -> webpack.js.orgcb98dd9Change link in readme to webpack.js.org31fb4fdAdded example "webworker" (#755)7e18f6a2.2.0e9dd0edUpgrade webpack dependencycae704fUpdate README to new standard
There are 90 commits in total. See the full diff.
| ✨ Try the all new Greenkeeper GitHub Integration ✨ |
|---|
With Integrations first-class bot support landed on GitHub and we’ve rewritten Greenkeeper to take full advantage of it. Simpler setup, fewer pull-requests, faster than ever.Screencast![]() Try it today. Free for private repositories during beta. |
