scroll-into-view / compute-scroll-into-view

Utility for calculating what should be scrolled, how it's scrolled is up to you
https://scroll-into-view.dev#scroll-alignment
MIT License
313 stars 27 forks source link

Add source code to package or remove `source` from `exports` #892

Open vilicvane opened 1 year ago

vilicvane commented 1 year ago

This might be a trivial and uncommon compatibility issue:

I have packages in my mono repo with source export so that build tools can directly bundle the source files if applicable.

Source maps are not of much use in a package without source either.