Hey,
I'm using Astro, and after spending a significant amount of time trying to make it work, I came across a GitHub library that uses unplugin-tailwindcss-mangle version 1.2.6. I updated the version in my package.json to 1.2.6, and everything works perfectly. However, if I update to the latest version or any version after 1.2.6, it stops working. Specifically, the classes are not being obfuscated as expected.


My question is: Why is the newer version not working, and how can I resolve this issue?
Thank you.