rollup / rollup-starter-lib

Bare-bones example of how to create a library using Rollup
MIT License
961 stars 230 forks source link

I built a similar project #27

Closed vvo closed 6 years ago

vvo commented 6 years ago

Hi! Using this starter lib, I wanted to use Jest so I had to dig in various blog posts etc to find how to do it, here's the result: https://github.com/algolia/rollup-jest-boilerplate

Hope it has some usage to you, let me know!