diff --git a/README.md b/README.md index a5a6c458..2be03b9c 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,12 @@ or pnpm add -D mini-css-extract-plugin ``` +or + +```console +bun add -D mini-css-extract-plugin +``` + It's recommended to combine `mini-css-extract-plugin` with the [`css-loader`](https://github.com/webpack-contrib/css-loader) Then add the loader and the plugin to your `webpack` config. For example: