Releases: shellscape/koa-webpack
Releases · shellscape/koa-webpack
v3.0.2
v3.0.1
v3.0.0
Updates
Implements webpack v4 support, updates webpack-dev-middleware and webpack-hot-client.
Breaking Changes
koa-webpack
v3.0.0 no longer supports webpack v3 and v2.
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
hot
property from the returned middleware function.
Updates
- Now leverages webpack-hot-client instead of webpack-hot-middleware.
- Exports
client
as a property on the returned middleware function. - No longer uses Babel for compiling distribution files.
v1.0.0
This release updates the module to use Webpack 3.x, and updates the CI environment. Also it's about time it was 1.0.0. That's it 😄
v0.6.0
Updated to webpack v3.0.0