Skip to content

Commit 796dd64

Browse files
author
Strek
authored
docs(readme): added pnpm and yarn (#662)
1 parent 7b09009 commit 796dd64

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 `copy-webpack-plugin`:
2525
npm install copy-webpack-plugin --save-dev
2626
```
2727

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

3042
**webpack.config.js**

0 commit comments

Comments
 (0)