You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix webpackDevMiddleware to work with Koa2, a Promise must always be returned (#177)
* Fix webpackDevMiddleware to always return a Promise in order to be able to await on it for koa flow and always chain with next if required.
* fix(eslintrc): Add es6 env
* Wrap shared.ready method call into a Promise for koa2 support
* Use normal form for an anonymous function not the arrow form
* fix missing closing }
* Remove unexpected space before function parentheses, fix lint
0 commit comments