> The Issues page for this repository is not a support forum, it is for reporting potential bugs in this module, which [composes](https://github.com/koajs/compose) webpack-hot-middleware and webpack-dev-middle for use with koa2. If you have arrived here because you cannot get [webpack-hot-middleware](https://github.com/glenjamin/webpack-hot-middlewar) or [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware/) working, please review the documentation for the respective middleware you are experiencing a problem with. If you proceed with this form, please fill out *_all_* fields, or your issue may be closed as "invalid." Please remove this header to acknowledge this message. * Node Version: * NPM Version: * koa Version: * koa-wepback Version: If you have a large amount of code to share which demonstrates the problem you're experiencing, please provide a link to your repository rather than pasting code. Otherwise, please paste relevant short snippets below. ```js // webpack.config.js ``` ```js // app.js ``` ### Expected Behavior ### Actual Behavior ### How can we reproduce the behavior?