v5.0.0
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 nameddevMiddleware
hot
option now namedhotClient
- The result from calling the default
koa-webpack
export now returns aPromise
e.g.
koaWebpack({ ... opts ... })
.then((middleware) => {
app.use(middleware);
});