Skip to content

Commit

Permalink
docs(readme): added pnpm and yarn (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
Strek committed Jan 25, 2022
1 parent 7b09009 commit 796dd64
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ To begin, you'll need to install `copy-webpack-plugin`:
npm install copy-webpack-plugin --save-dev
```

or

```console
yarn add -D copy-webpack-plugin
```

or

```console
pnpm add -D copy-webpack-plugin
```

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

**webpack.config.js**
Expand Down

0 comments on commit 796dd64

Please sign in to comment.