From 467200a0fd11b719c67a8ac47b2c16a11046ee81 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Thu, 10 Jun 2021 17:00:42 +0300 Subject: [PATCH] docs: note about webpack version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3a4496b2..321c507b 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ Loader to process CSS with [`PostCSS`](https://github.com/postcss/postcss). ## Getting Started +You need webpack v5 to use the latest version. For Webpack v4, you have to install postcss-loader v4. + To begin, you'll need to install `postcss-loader` and `postcss`: ```console