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
We've needed to put a few workarounds in place to produce a cjs and mjs compatible package. These workarounds could be simplified by using a bundler like rollup or tsup.
Workarounds
Using tsc-alias to rewrite the esm imports to use full paths
We've needed to put a few workarounds in place to produce a cjs and mjs compatible package. These workarounds could be simplified by using a bundler like rollup or tsup.
Workarounds
Additionally we'd (potentially) like to produce a CDN host-able web bundle.
The text was updated successfully, but these errors were encountered: