Skip to content

Commit

Permalink
docs: add yarn and pnpm installation commands (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed Feb 4, 2022
1 parent 67bb937 commit 76ad29f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -29,6 +29,18 @@ To begin, you'll need to install `css-loader`:
npm install --save-dev css-loader
```

or

```console
yarn add -D css-loader
```

or

```console
pnpm add -D css-loader
```

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

**file.js**
Expand Down

0 comments on commit 76ad29f

Please sign in to comment.