How to Build and Publish ES6 Modules Today, with Babel and Rollup
Konstantin Tarkus
699
Great article!
I’ve started a similar project a while ago because I ran into the same problem. After having a similar piece of code, I didn’t want to paste it around into all of my projects and created a command-line utility around it.
My naming skills failed me and I simply called rollup-babel-lib-bundler: https://github.com/frostney/rollup-babel-lib-bundler