Merge pull request #465 from TorzuoliH/patch-1

Add Parcel bundler
This commit is contained in:
Huei Tan
2018-01-02 13:00:15 +01:00
committed by GitHub

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