From 319c565a764c1de2f6e590fa26919b40999c1977 Mon Sep 17 00:00:00 2001 From: shellscape Date: Wed, 27 Dec 2017 00:39:24 -0500 Subject: [PATCH] update README with koa-webpack --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 065da39..1042827 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,11 @@ Use the [hapi-webpack-plugin](https://www.npmjs.com/package/hapi-webpack-plugin) ### Koa -Use [koa-webpack-middleware](https://www.npmjs.com/package/koa-webpack-middleware), which wraps this module and makes it work with koa. +[koa-webpack-middleware](https://www.npmjs.com/package/koa-webpack-middleware) +wraps this module for use with Koa 1.x + +[koa-webpack](https://www.npmjs.com/package/koa-webpack) +wraps this module for use with Koa 2.x ## Troubleshooting