Skip to content

Commit

Permalink
docs(readme): added pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
harish-sethuraman committed Jan 21, 2022
1 parent 681f3ed commit c670345
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ or
yarn add -D mini-css-extract-plugin
```

or

```console
pnpm add -D mini-css-extract-plugin
```

It's recommended to combine `mini-css-extract-plugin` with the [`css-loader`](https://github.com/webpack-contrib/css-loader)

Then add the loader and the plugin to your `webpack` config. For example:
Expand Down

0 comments on commit c670345

Please sign in to comment.