Skip to content

Commit 53961d7

Browse files
committed
revert: "docs(readme): update getting started instructions"
This reverts commit 0c00f48.
1 parent 0c00f48 commit 53961d7

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 postcss-preset-env
49+
npm install --save-dev postcss-loader postcss
5050
```
5151

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

0 commit comments

Comments
 (0)