koa-webpack-dev-middleware
koa-webpack-dev-middleware copied to clipboard
webpack dev middleware for koa
I noticed that issue #26 mentioned support for webpack 5, I tried adding `webpack-dev-middleware` as a peerDependencies and fix getHeader error. I tested it with both webpack 4 and webpack...
context.compiler.plugin("done", share.compilerDone); context.compiler.plugin is not a function
could u plz consider update denpedency "webpack-dev-middleware" to the lastet version ? The version 3.4.0 has the ability to access to the webpack-dev-middleware "context" module, it can give me more...
I configured webpack dev middleware, when I go to index page `/` all works fine, otherwise page `Not Found`, how to make work dev server for all paths ? server.js...
babel will not compile node_modules by default...so it will break down all the project under node 7.6, it not support async... it's author's responsibility to compile it.
Because that the 2.x dose not published, so when i can't use it in the product environment. I need a version that npm install can get. So i will fork...
It should be: ``` async function koaMiddleware(ctx, next) { const { req } = ctx; ``` This does not exist anymore and ctx is explicitly passed!
Koa 2.0.1 is released and generators are deprecated. Could a 2.0 version be released supporting async await?
Could you please set the dependency of webpack-dev-middleware to a specific version. The way it's defined now can break my build on a new install. Version `1.6.0` for example will...