From 2cc549531cb03f9dbb84fd4946050a8d4db5208a Mon Sep 17 00:00:00 2001 From: Ryan Clark Date: Sun, 6 Dec 2020 14:34:21 +0000 Subject: [PATCH] chore(readme): add info about webpack v5 Add a note to check out the `next` branch if people are looking for webpack v5 support --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d27ee78..67cb518 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Use webpack to preprocess files in karma. +**If you're looking for webpack v5 support, please check out the `next` branch** + ## Getting Started To begin, you'll need to install `karma-webpack`: