Skip to content

Commit 0c00f48

Browse files
committed
docs(readme): update getting started instructions
add instruction to install postcss-preset-env in getting started section because it is used in the boilerplate configuration closes issue #548
1 parent bcf088a commit 0c00f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You need webpack v5 to use the latest version. For Webpack v4, you have to insta
4646
To begin, you'll need to install `postcss-loader` and `postcss`:
4747

4848
```console
49-
npm install --save-dev postcss-loader postcss
49+
npm install --save-dev postcss-loader postcss postcss-preset-env
5050
```
5151

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

0 commit comments

Comments
 (0)