Add Parcel bundler

This commit is contained in:
Hugo Torzuoli
2017-12-29 16:24:39 +01:00
committed by GitHub
parent 4efaf6265e
commit 731959aaa1

View File

@@ -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. * [webpack](https://github.com/webpack/webpack) - Packs CommonJs/AMD modules for the browser.
* [Rollup](https://github.com/rollup/rollup) - Next-generation ES6 module bundler. * [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. * [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 ## Testing Frameworks