From e38d4f11ebebc7a25e7cfcd7ac3a70b9f529380e Mon Sep 17 00:00:00 2001 From: Jaime Olmo Date: Tue, 12 Jan 2021 21:25:43 -0400 Subject: [PATCH] Adding Snowpack to Bundlers section. (#758) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ce8266..df56196 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [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 bundler that does it right +* [Snowpack](https://www.snowpack.dev/) - A lightning-fast frontend build tool, designed for the modern web. ## Type Checkers