Based on the cool idea from then/is-promise#25, I think it'd be a great idea to add a new GitHub workflow check to confirm that our exports are properly importable in various environments.
I think we should probably check:
- Rollup (to confirm ES modules import correctly)
- Webpack (not totally sold on this one, but I'll think about it)
We can probably forgo Node at the moment since I don't really see the use-case until we support pluggable storage backends.
Based on the cool idea from then/is-promise#25, I think it'd be a great idea to add a new GitHub workflow check to confirm that our exports are properly importable in various environments.
I think we should probably check:
We can probably forgo Node at the moment since I don't really see the use-case until we support pluggable storage backends.