From c602bff98ec96319bce097482e80f87ece1dcbcb Mon Sep 17 00:00:00 2001 From: Steve Mao Date: Wed, 30 Mar 2016 16:41:54 +1100 Subject: [PATCH] add Rollup --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93c88c6..1958646 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [browserify](https://github.com/substack/node-browserify) - Browserify lets you require('modules') in the browser by bundling up all of your dependencies. * [webpack](https://github.com/webpack/webpack) - Packs CommonJs/AMD modules for the browser. +* [Rollup](https://github.com/rollup/rollup) - Next-generation ES6 module bundler. ## Testing Frameworks