We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Shipping src as esm would be extremely useful. It would obviate the need for a browser bundle, and would be interoperable.
src
browser
A cjs build could be shipped along side that uses require
cjs
require
If you're interested, I can issue a PR
The text was updated successfully, but these errors were encountered:
Yes please, ESM is awesome and it would be great to add support for it and eventually remove the CommonJS browser bundle. Thanks!
We will have to have a community discussion about our migration strategy.
Sorry, something went wrong.
No branches or pull requests
Shipping
src
as esm would be extremely useful. It would obviate the need for abrowser
bundle, and would be interoperable.A
cjs
build could be shipped along side that usesrequire
If you're interested, I can issue a PR
The text was updated successfully, but these errors were encountered: