-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Obfuscate Tailwind CSS classes #240
Comments
If you want to experiment it, please go ahead :) I don't know the side effects regarding Tailwindcss purge option. |
Would love this. Someone mentioned that this could work? I haven't tried it: https://github.com/sndyuk/mangle-css-class-webpack-plugin |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Not stale |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
not stale |
Anyone managed to do this? |
Any news? |
Up |
up |
Reopened issue but it could take a while to solve this. PR is more than welcome. 🙂 |
Has anyone taken a look at tailwindcss-mangle yet? |
is webpack works with vite? or nuxt? |
For performance proposes, everything that can be made to improve final bundle size is welcome. Even better if automated.
As feature request, would be nice to obfuscate classes on production bundle. Using webpack-obfuscator, for example.
Example
Original code:
Final code:
The text was updated successfully, but these errors were encountered: