一次强迫症DEBUG的经历
最近在写Vcenter的时候,KOA老是会蹦出来一句
koa deprecated Support for generators will be removed in v3. See the documentation for examples of how to convert old middleware https://github.com/koajs/koa/blob/master/docs/migration.md webpack:\server\server.js?, <anonymous>:40:5
意思是你用了一个 KOA1时代的生成器写法,非常古老了,下个版本不兼容了,赶紧换了吧。
其实这个也没啥影响,只是一个warning,但是本强迫症看着非常难受。
于是有了以下非常焦躁的DEBUG经历。