koa-webpack-dev-middleware
koa-webpack-dev-middleware copied to clipboard
Wrong middleware signature
trafficstars
It should be:
async function koaMiddleware(ctx, next) {
const { req } = ctx;
This does not exist anymore and ctx is explicitly passed!
I get same error @damianobarbati , please fix it.
I encountered this error as well, did a pull request to fix it (#19).