thoughtbot / fishery

A library for setting up JavaScript objects as test data
MIT License
876 stars 36 forks source link

Build with Rollup, add UMD, ES Module builds #85

Closed stevehanson closed 2 years ago

stevehanson commented 3 years ago

This updates the build process to use Rollup instead of tsc. The benefit of this is we now get UMD and ES Module builds in addition to the CommonJS builds we were getting before.

Inspiration

When putting this PR together, I looked at several other repos that use Rollup to see how they work:

Closes #72

stevehanson commented 2 years ago

Released in 2.2.1.