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
By using a bundler to provide 2 entrypoints, one exporting module as esnext and the other as commonjs should make the library tree-shakeable and lighter in certain cases.
By using a bundler to provide 2 entrypoints, one exporting module as
esnextand the other ascommonjsshould make the library tree-shakeable and lighter in certain cases.