-
-
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
Performance regression when switching to v3 #802
Comments
This is the first time I've heard of a performance dip after the upgrade to version 3. |
The only plugin is @tailwindcss/line-clamp |
That shouldn't be the cause of the issue. What does your tailwind.config look like? Thanks ahead for the info, this could help troubleshoot the issue. |
The config is quite simple
Usages in all files: Definitely less than 100 styles in a single file.
webpack Also, node version is v18.14.2 |
I am upgrading from 2.8.2 to 3.3.1.
Stats when starting in dev mode:
3.3.1.
client (webpack 5.74.0) compiled successfully in 46440 ms
2.8.2
client (webpack 5.74.0) compiled successfully in 24353 ms
Other libs
Any idea what's the reason? 2x build time is huge.
The text was updated successfully, but these errors were encountered: