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 was archived by the owner on Aug 9, 2021. It is now read-only.
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 ?