v3.0.0
Updates
- Breaking change: webpack v4 is now supported. Older versions of webpack are not supported.
- Breaking change: drops support for Node.js v4, going forward we only support v6+ (same as webpack).
- webpack-dev-middleware updated to v2 (see changes).
Bugfixes
- After starting webpack-dev-server with an error in your code, it would not reload the page after fixing that error (#1317).
- DynamicEntryPlugin is now supported correctly (#1319).
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!