Replies: 2 comments 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
I don't know if this is the solution, but I am going through the v3 to v4 upgrade and I am thinking that I am up to 20+ seconds a rebuild every time a change is made which is killing my dev experience. I am hoping this problem goes away when I upgrade to v4 and burn my |
Beta Was this translation helpful? Give feedback.
-
I am trying to guess what makes tailwind watch so slow.
My build normally takes >=500ms to update after re-saving a file without changes.
Here is how it normally looks like:
I have 117 files matching the config:
My expectation was that a tiny change (which most changes are) should compile fast due to in-memory cache of unchanged files content.
Am I wrong about it? Should I expect a linear grow of
watch
performance with the number of files in the project?Beta Was this translation helpful? Give feedback.
All reactions