Skip to content

Commit da9c364

Browse files
Merge branch 'master' into add-types
2 parents baa4aba + e16ba4d commit da9c364

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)