v5.0.0
This version updates webpack-hot-client to the latest version.
Breaking Changes
webpack-hot-client@4.0.0 contains many breaking changes. The breaking changes here follow those changes.
devoption now nameddevMiddlewarehotoption now namedhotClient- The result from calling the default
koa-webpackexport now returns aPromise
e.g.
koaWebpack({ ... opts ... })
.then((middleware) => {
app.use(middleware);
});