Is it possible to turn off koa deprecated Support for generators will been removed in v3 warnings for koa v2.x? It somewhat clustered the terminal window, thanks.
why not just convert middlewares via koa-convert?
That could do the trick but would rather having cleaner code with fewer temporary fillers.
Koa use depd npm module to display deprecated message under the hood, so you can set NO_DEPRECATION=koa to disable it.
Sounds good, thanks for the tip!
Most helpful comment
Koa use depd npm module to display deprecated message under the hood, so you can set NO_DEPRECATION=koa to disable it.