We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf088a commit 0c00f48Copy full SHA for 0c00f48
README.md
@@ -46,7 +46,7 @@ You need webpack v5 to use the latest version. For Webpack v4, you have to insta
46
To begin, you'll need to install `postcss-loader` and `postcss`:
47
48
```console
49
-npm install --save-dev postcss-loader postcss
+npm install --save-dev postcss-loader postcss postcss-preset-env
50
```
51
52
Then add the plugin to your `webpack` config. For example:
0 commit comments