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
Hello.
etebase-js at this point exposes an ES module entrypoint, but that isn't enough for use with import maps. If I understood correctly, the import maps get hung up on the crypto import of lib-sodium. I'm not sure how to fix this, but I believe it has something to do with export maps which explicitly state entyrpoints for submodules.
Hello.
etebase-js at this point exposes an ES module entrypoint, but that isn't enough for use with import maps. If I understood correctly, the import maps get hung up on the
crypto
import oflib-sodium
. I'm not sure how to fix this, but I believe it has something to do with export maps which explicitly state entyrpoints for submodules.Thanks
https://github.com/WICG/import-maps
https://docs.skypack.dev/package-authors/package-checks#export-map
The text was updated successfully, but these errors were encountered: