From 4313fee2a3c2358bd0a470de1784f00cf01a275e Mon Sep 17 00:00:00 2001 From: martenmatrix <76761713+martenmatrix@users.noreply.github.com> Date: Wed, 13 Oct 2021 17:22:18 +0200 Subject: [PATCH] docs(readme): update getting started instructions (#549) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e5352d27..4e1dd12e 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ npm install --save-dev postcss-loader postcss Then add the plugin to your `webpack` config. For example: +> In the following configuration the plugin [`postcss-preset-env`](https://github.com/csstools/postcss-preset-env) is used, which is not installed by default. + **file.js** ```js