From a518ab2bf8ca536271533fc11e0f67e5ec2bf259 Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Thu, 6 Mar 2025 12:37:27 -0800 Subject: [PATCH] chore: update install instructions to include bun --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: