Skip to content

Commit 2ad60b2

Browse files
authored
docs: add yarn and pnpm installation commands (#419)
1 parent b7e3423 commit 2ad60b2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ To begin, you'll need to install `html-loader`:
2525
npm install --save-dev html-loader
2626
```
2727

28+
or
29+
30+
```console
31+
yarn add -D html-loader
32+
```
33+
34+
or
35+
36+
```console
37+
pnpm add -D html-loader
38+
```
39+
2840
Then add the plugin to your `webpack` config. For example:
2941

3042
**file.js**

0 commit comments

Comments
 (0)