v2.0.3
Breaking Changes
As of version 2.0.0, Node v4 is no longer supported. The minimum version of Node
supported is v6.11. Browser support is limited to those browsers which support
native WebSocket. That typically means the last two major versions of a
browser. If you need support for older browsers, please use version 1.x of this
module. If you would like to submit a fix for a 1.x version of the module, please
submit that to the 1.x branch.
- Removes the
hotproperty from the returned middleware function.
Updates
- Now leverages webpack-hot-client instead of webpack-hot-middleware.
- Exports
clientas a property on the returned middleware function. - No longer uses Babel for compiling distribution files.