From c4567491cd0ef3e982efa5af6d3943a65733b8a4 Mon Sep 17 00:00:00 2001 From: AbdUlHameed Murie <47220350+AbdUlHamedMaree@users.noreply.github.com> Date: Sun, 5 May 2024 06:14:19 +0000 Subject: [PATCH] feat: add `lbundle`, Zero config bundler for all libraries purposes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a45661b..66df8de 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Plugins created and maintained by the Rollup organization. - [graph](https://github.com/ondras/rollup-plugin-graph) – Generates a module dependency graph. - [nollup](https://github.com/PepsRyuu/nollup) - Rollup-compatible development bundler providing Hot Module Replacement. - [notify](https://github.com/MikeKovarik/rollup-plugin-notify) – Display errors as system notifications. +- [lbundle](https://github.com/AbdUlHamedMaree/lbundle) – Zero config bundler for all libraries purposes, super fast with bun & SWC. - [progress](https://github.com/jkuri/rollup-plugin-progress) - Show build progress in the console. - [rollpkg](https://github.com/rafgraph/rollpkg) - No config build tool to create packages with Rollup and TypeScript - [serve](https://github.com/thgh/rollup-plugin-serve) - Development Server in a Plugin.