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
With simple changes to the build_and_publish.sh script, we could bundle both a CommonJS and a ESModule versions of the API, so that we allow bundle size optimizations such as tree shaking without sacrificing backwards compatibility.
With simple changes to the
build_and_publish.shscript, we could bundle both a CommonJS and a ESModule versions of the API, so that we allow bundle size optimizations such as tree shaking without sacrificing backwards compatibility.I should be shipping a proposal as a PR soon.