Skip to content

Commit c670345

Browse files
author
harish-sethuraman
committed
docs(readme): added pnpm
1 parent 681f3ed commit c670345

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ or
4141
yarn add -D mini-css-extract-plugin
4242
```
4343

44+
or
45+
46+
```console
47+
pnpm add -D mini-css-extract-plugin
48+
```
49+
4450
It's recommended to combine `mini-css-extract-plugin` with the [`css-loader`](https://github.com/webpack-contrib/css-loader)
4551

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

0 commit comments

Comments
 (0)