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

Support Tagged template literals

Open lopezjurip opened this issue 4 years ago • 0 comments

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
`;

lopezjurip avatar Sep 20 '21 15:09 lopezjurip