-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add esm compatibility #5
Comments
Good catch! |
I published a new version as a release candidate, which I believe provides the esm support you require. Could you try to install xml-utils as |
@IvanSanchez , I merged you PR. Thank you so much! I then published a new patch release candidate, which you can install with Thank you! |
@DanielJDufour I just run I'm preparing a more complex PR for geotiff.js for full in-browser ESM compatibility - involving 👿 dynamic |
When using vite, there is a workaround needed for commonjs. To avoid this, please add esm script modules compatibility.
It should be possible to have an hybrid cjs and esm module.
The text was updated successfully, but these errors were encountered: