You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: