-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid using any bundlers but use tsc instead #192
Conversation
Needs to be rebased after #193 is merged as I wanted to drop UMD separately to keep this PR more focussed. |
I'll put in a review for this once we merge #193 😄 |
5e56ac0
to
11b1882
Compare
Rebased on top of latest beta. |
Got some review comments, but I think it would be better as a PR, so I will open one up on top of this one. |
I've created #194 with some work that came out of the review. Everything else is looking good to me 👍 |
Thanks @jonkoops ! |
Co-authored-by: Jon Koops <jonkoops@gmail.com>
Description
Given the size of the library, we might want to consider dropping any bundler altogether but move everything into a single file.
According to Are The Types Wrong, this is still outputting correct types:
Marked as draft to further investigate.
Checklist