Skip to content

Commit a518ab2

Browse files
authored
chore: update install instructions to include bun
1 parent 07abf0d commit a518ab2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ or
4646
pnpm add -D mini-css-extract-plugin
4747
```
4848

49+
or
50+
51+
```console
52+
bun add -D mini-css-extract-plugin
53+
```
54+
4955
It's recommended to combine `mini-css-extract-plugin` with the [`css-loader`](https://github.com/webpack-contrib/css-loader)
5056

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

0 commit comments

Comments
 (0)