Rollup.js is a next-generation JavaScript Transpiler and module bundler
rollup.js is a module bundler, similar to browserify, but targeting code written as ES2015 modules.
Rollup takes advantage of the fact that ES2015 import
and export
declarations are statically analyzable and only bundles the functions / values that are actually referenced.