My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

RollupJS configuration + async/await

Diego Bernal's photo
Diego Bernal
·Apr 4, 2019

I'm building a Javascript library using ES6. For bundling, I moved away from Webpack and started to use Rollup. However, I'm having issues transpiling. It looks like async/await is not handled properly. Does any one have a working rollup.config.js you would like to share?

Any tips and suggestions are welcome. Thanks!