babel-plugin-optimize-clsx
babel-plugin-optimize-clsx copied to clipboard
Support Tagged template literals
Hi @merceyz thanks for this plugin.
I was wonder if it possible to support Tagged template literals. Here an example with cslx:
const classes = clsx`bg-white text-gray-800`;
const multiline = clsx`
bg-white
text-gray-800
`;