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 ?
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 ?