radix-ui / icons

A crisp set of 15×15 icons designed by the @workos team.
https://radix-ui.com/icons
MIT License
2.17k stars 109 forks source link

Add sideEffects: false to support treeshaking #150

Closed SorsOps closed 1 year ago

SorsOps commented 1 year ago

From looking through the repo, it looks like there aren't any sideffects to the code as its looks like the icons are just wrapped in React containers.

Can we therefore add "sideEffects": false, to the package json to support ES6 treeshaking and bring down the bundle size?


I'm assuming all of the following are up to date , as there were no other changes

PR checklist:

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
radix-icons ❌ Failed (Inspect) Mar 19, 2023 at 2:29PM (UTC)
vladmoroz commented 1 year ago

Thank you!