Skip to content

Commit 26ee67a

Browse files
committed
docs(readme): add note that plugin postcss-preset-env is used in config example
add note that postcss-preset-env is not installed by default in getting started section because it is used in the boilerplate configuration closes webpack-contrib#548
1 parent 53961d7 commit 26ee67a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ npm install --save-dev postcss-loader postcss
5151

5252
Then add the plugin to your `webpack` config. For example:
5353

54+
> In the following configuration the plugin [`postcss-preset-env`](https://github.com/csstools/postcss-preset-env) is used, which is not installed by default.
55+
5456
**file.js**
5557

5658
```js

0 commit comments

Comments
 (0)