Skip to content
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

Fix package.json's exports #188

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Fix package.json's exports #188

merged 1 commit into from
Apr 30, 2024

Conversation

qgustavor
Copy link
Owner

It should be "browser-umd.js" instead of "browser-cjs.js" and it should include a "deno" resolver above the "node" resolver as Deno assumes it's Node.js when resolving and prioritizes the "node" resolver" over "default."

Deno's documentation which is at blame! It's not documented, I had to look at the Rust code!

About the umd fix: sorry. 😞

@qgustavor qgustavor merged commit 5192f05 into next Apr 30, 2024
1 check passed
@qgustavor qgustavor deleted the fix-exports branch April 30, 2024 04:37
@qgustavor qgustavor mentioned this pull request Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant