-
-
Notifications
You must be signed in to change notification settings - Fork 385
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
feat: add browser esm build #123
Conversation
Tests failed due to the missing of |
Ah, should be this one 840a6cf |
looks good, i tried it in chrome and it works well. just so i understand, what is it that bundles the dependencies into the output file? its right, i just wondered where that happens as the two rollup bundles look identical except the browser one has |
@43081j the difference is that the |
yeah i thought so, thats why i was confused :D i didn't notice the |
Follow up #109
join
anddirname
so it no longer relays onpath
in browser build../dist/index.browser.mjs
where you would need to import explicitly with full URL when using in the browser./cc @43081j