koa-webpack

Development and Hot Reload Middleware for Koa2

MPL-2.0 License

Downloads
42.4K
Stars
443
Committers
23

Bot releases are hidden (Show)

koa-webpack - Latest Release

Published by shellscape about 4 years ago

Updates

  • chore!: upgrade deps; drop node 8 (#125)
koa-webpack -

Published by shellscape over 5 years ago

Updates

  • Dependency updates and npm audit fixes
koa-webpack -

Published by shellscape over 5 years ago

Bugfixes

  • fix: add getHeader function for webpack-dev-middleware (#110)
koa-webpack -

Published by shellscape almost 6 years ago

OK so there was one more patch on 5.x. Had to update some metadata in the README. Nothing functional changed in this release.

koa-webpack -

Published by shellscape almost 6 years ago

This version is more or less just a maintenance update. Since some of the user-facing console output has changed, and some dependencies were updated to new major versions, it was bumped as a minor version. This will be the last release in the 5.x version line. A new major version will be released that removes the need for both webpack-dev-middleware and webpack-hot-client.

Updates

  • dropped ajv in favor of joi
  • removed @webpack-contrib/shema-utils
  • updated ws
  • updated documentation
koa-webpack -

Published by shellscape almost 6 years ago

This release was generated as part of a fix for a security alert. There have been no functional changes.

koa-webpack -

Published by shellscape over 6 years ago

Updates

koa-webpack -

Published by shellscape over 6 years ago

Maintenance release. fix: pass compiler to middleware.

koa-webpack -

Published by shellscape over 6 years ago

Maintenance release. fix: add schemas to package files

koa-webpack -

Published by shellscape over 6 years ago

This version updates webpack-hot-client to the latest version.

Breaking Changes

[email protected] contains many breaking changes. The breaking changes here follow those changes.

  • dev option now named devMiddleware
  • hot option now named hotClient
  • The result from calling the default koa-webpack export now returns a Promise
    e.g.
  koaWebpack({ ... opts ... })
   .then((middleware) => {
    app.use(middleware);
  });
koa-webpack -

Published by shellscape over 6 years ago

Bugfixes

  • Fix problem with MultiCompiler in v4 (#88)
koa-webpack -

Published by shellscape over 6 years ago

Features

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

Published by shellscape over 6 years ago

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.

koa-webpack -

Published by shellscape almost 7 years ago

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.
koa-webpack -

Published by shellscape about 7 years ago

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 😄

koa-webpack -

Published by shellscape over 7 years ago

Updated to webpack v3.0.0