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
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Adding sideEffects: false in the package.json indicates to bundlers (e.g. Webpack) that the package is side-effect free, which allows it to tree shake imports and reduce code size.