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
Great that the module is now ESM! However bundlers like ESBuild still will not tree-shake the module because there is no side-effects declaration. Consider adding "sideEffects": false to the package.json to allow bundlers to tree-shake.