webpack5 don‘t support?
context.compiler.plugin("done", share.compilerDone); context.compiler.plugin is not a function
+1 , I have same problem
+1 , I have same problem
+1,I have the same problem
@yiminghe I thinks you can easily support it by changing the webpack-dev-middleware from a dependency to a peerDependency. It works on me.
And btw, res.getHeader is used in webpack-dev-middleware. I think we should also bridge this method.
@yiminghe I thinks you can easily support it by changing the webpack-dev-middleware from a dependency to a peerDependency. It works on me.
And btw,
res.getHeaderis used in webpack-dev-middleware. I think we should also bridge this method.
Can you send a pull request?
https://github.com/yiminghe/koa-webpack-dev-middleware/compare/2.x...jchnxu:break_deps?expand=1
https://github.com/yiminghe/koa-webpack-dev-middleware/compare/master...jchnxu:break_deps?expand=1
Theres's only readme diff between master & 2.x. Do you think we should consider deprecating 2.x since there's no real difference?
https://github.com/yiminghe/koa-webpack-dev-middleware/compare/2.x...jchnxu:break_deps?expand=1
https://github.com/yiminghe/koa-webpack-dev-middleware/compare/master...jchnxu:break_deps?expand=1
Theres's only readme diff between master & 2.x. Do you think we should consider deprecating 2.x since there's no real difference?
ok