Skip to content

Commit 76ad29f

Browse files
authored
docs: add yarn and pnpm installation commands (#1417)
1 parent 67bb937 commit 76ad29f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@ To begin, you'll need to install `css-loader`:
2929
npm install --save-dev css-loader
3030
```
3131

32+
or
33+
34+
```console
35+
yarn add -D css-loader
36+
```
37+
38+
or
39+
40+
```console
41+
pnpm add -D css-loader
42+
```
43+
3244
Then add the plugin to your `webpack` config. For example:
3345

3446
**file.js**

0 commit comments

Comments
 (0)