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
{{ message }}
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.
@DiegoGallegos4
What I do is load the 3box.min.js from js itself. This is not ideal, but it get me the 3box sdk without the need to include in my buid process that would not accept non es-module easily.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
3box is not exporting to es module, this break compatibility with modern js tooling.
Some tool expects es modules (vite) and es module benefit from tree-shaking (rollup).
I am not familiar with webpack but maybe there is any way to transpile to es module ?
The text was updated successfully, but these errors were encountered: