From 14151af4b43f56e8a86e0d24d611a81963e827e1 Mon Sep 17 00:00:00 2001 From: Frazier Mork Date: Wed, 7 Dec 2016 23:15:30 -0800 Subject: [PATCH] docs: mention unsupported plugins Add note of which plugins are unsupported based on issue #149 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 151db6d..2d0c551 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,10 @@ the files until the code has finished recompiling. ***Note that the `beforeMiddleware` option is only supported in karma with version >1.0.*** +

Unsupported Plugins

+ +Karma Webpack does not support the `CommonChunksPlugin`, the `ExtractTextPlugin`, or the `DllPlugin`. +

Maintainers