Node Babel rollup setup
- Transpiles all modern JS features
- Bundles
cjs
module formats - Rollup for build process
- Babel for transpilation
- Jest for testing
- Sourcemap creation default:
false
$ git clone https://github.com/rjoydip/node-babel-rollup-setup.git
$ cd node-babel-rollup-setup
$ npm run watch // rollup watch mode
$ npm run build // rollup build
$ npm run node:watch // nodemon watch
$ npm test
MIT © Joydip Roy (rjoydip)