Build Tools
- Broccoli
- Plays nice with Ember.js
- Browserify
- Brunch
- Grunt
- Gulp
- Rollup
- Rollup plays nice with Gulp
- Webpack
Babel
- babel-cli
.babelrc
Files
$ npm i -D babel-cli
$ npm i -D babel-preset-env
$ ./node_modules/.bin/babel js --presets es2015 --out-dir build
# this will create the build folder