Skip to content

Releases: shellscape/koa-webpack

v3.0.2

09 Mar 13:13
Compare
Choose a tag to compare

Bugfixes

  • Fix problem with MultiCompiler in v4 (#88)

v3.0.1

09 Mar 13:13
Compare
Choose a tag to compare

Features

  • allow disabling of webpack-hot-client (5d2d18a)

v3.0.0

28 Feb 22:59
Compare
Choose a tag to compare

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

07 Jan 22:16
Compare
Choose a tag to compare

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

31 Jul 14:05
Compare
Choose a tag to compare

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

10 Jul 12:41
Compare
Choose a tag to compare

Updated to webpack v3.0.0