diff --git a/README.md b/README.md index 8c44ab03..50d1dbb5 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ or pnpm add -D style-loader ``` +or + +```console +bun add -D style-loader +``` + It's recommended to combine `style-loader` with the [`css-loader`](https://github.com/webpack-contrib/css-loader) Then add the loader to your `webpack` config. For example: