clsx
clsx copied to clipboard
feat: declare package as side-effect free
Hey! Small update to enable complete tree-shaking of clsx and prevent bare imports import "clsx"; from ending in bundles
Reference: https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free (rollup also supports it)