You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand your point.
However there is no code to change, only the build script (I can do it if it 's too much of a trouble) and the package.json.
Moreover that would be a quick win for various build tools whereas there should not be any drawback/non backward changes.
Otherwise what would you suggest me to do to workaround the faced issue ?
I could include your package in the bundle when I build my library. The downside is that I would have to rebuild and republish a version whenever you publish a new version (which somehow breaks the concept of dependency :) )
Anyway, your library is small enough and does not change a lot. I could simply copy/paste the code (with the same problems than above though)
The package can not be imported from a .mjs file:
the
"main"
entry point refers to a cjs with other export than a default.You can have a look this issue for more details
Thanks !
The text was updated successfully, but these errors were encountered: