From 4ec98c2c7cb6377858ab6dca27117eaa99fcc0dc Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Thu, 6 Mar 2025 12:56:16 -0800 Subject: [PATCH] chore: add bun install as an option in the readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8c44ab0..50d1dbb 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: