Skip to content

Commit 922fb79

Browse files
authored
chore: update readme to include bun install
1 parent 300ac87 commit 922fb79

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
@@ -38,6 +38,12 @@ or
3838
pnpm add -D sass-loader sass webpack
3939
```
4040

41+
or
42+
43+
```console
44+
bun add -D sass-loader sass webpack
45+
```
46+
4147
> [!NOTE]
4248
>
4349
> To enable CSS processing in your project, you need to install [style-loader](https://webpack.js.org/loaders/style-loader/) and [css-loader](https://webpack.js.org/loaders/css-loader/) via `npm i style-loader css-loader`.

0 commit comments

Comments
 (0)