From a7b68ce0bfd879e7d0d5c28523ec941bac3e05b4 Mon Sep 17 00:00:00 2001 From: freehuntx Date: Tue, 10 Nov 2020 10:26:54 +0100 Subject: [PATCH 1/2] Added FuseBox Bundler https://github.com/fuse-box/fuse-box --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1116a1b..76ffc16 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Brunch](https://github.com/brunch/brunch) - Fast front-end web app build tool with simple declarative config. * [Parcel](https://github.com/parcel-bundler/parcel) - Blazing fast, zero configuration web application bundler. * [Microbundle](https://github.com/developit/microbundle) - Zero-configuration bundler for tiny modules. +* [FuseBox](https://github.com/fuse-box/fuse-box) - A Zero-configuration bundler which is used programmatically. ## Type Checkers From 6ef9b020e5e468cc5b903fa3570be1b0e5ad0462 Mon Sep 17 00:00:00 2001 From: freehuntx Date: Wed, 11 Nov 2020 00:09:59 +0100 Subject: [PATCH 2/2] Update README.md Change FuseBox description to the official one. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76ffc16..a7b1812 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Brunch](https://github.com/brunch/brunch) - Fast front-end web app build tool with simple declarative config. * [Parcel](https://github.com/parcel-bundler/parcel) - Blazing fast, zero configuration web application bundler. * [Microbundle](https://github.com/developit/microbundle) - Zero-configuration bundler for tiny modules. -* [FuseBox](https://github.com/fuse-box/fuse-box) - A Zero-configuration bundler which is used programmatically. +* [FuseBox](https://github.com/fuse-box/fuse-box) - A bundler that does it right ## Type Checkers