From 731959aaa193c98f1926ef9ad18d9ef0edf3a124 Mon Sep 17 00:00:00 2001 From: Hugo Torzuoli Date: Fri, 29 Dec 2017 16:24:39 +0100 Subject: [PATCH] Add Parcel bundler --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3770c57..cae3f25 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [webpack](https://github.com/webpack/webpack) - Packs CommonJs/AMD modules for the browser. * [Rollup](https://github.com/rollup/rollup) - Next-generation ES6 module bundler. * [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. ## Testing Frameworks