esm build is missing ".js" extensions
Closed this issue · 2 comments
jogibear9988 commented
any idea, why the newest package is missing the ".js" extension in the ES6 modules?
Without them, the imports are not directly usable in the browser.
holblin commented
Could you build it locally #108 and test it?
This should solve this issue but I would like to confirm with you before merging the PR and releasing a new version.
Thanks 👍
jogibear9988 commented
Okay, now you build everything into one file. I'll take a look, this should work.