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
commit 434bf3f5bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.
* [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