babel-plugin-optimize-clsx icon indicating copy to clipboard operation
babel-plugin-optimize-clsx copied to clipboard

Updating `clsx` version and using lite module to lower bundle size

Open aacevski opened this issue 1 year ago • 1 comments

Closes: https://github.com/merceyz/babel-plugin-optimize-clsx/issues/22

I have migrated to the latest version of clsx and including the new lite module to lower the bundle size.

I've ran the tests and went through the code and everything looked fine, do we know any further steps on how we can test this more in depth?

aacevski avatar Jan 01 '24 22:01 aacevski

I would expect the plugin to rewrite the imports, in the same way React JSX plugins work. I wouldn't expect any change to the public API.

oliviertassinari avatar Jan 02 '24 00:01 oliviertassinari