Replies: 6 comments 5 replies
-
Hey! Can you please share a reproduction? |
Beta Was this translation helpful? Give feedback.
-
@adamwathan, first I need to know the problem to be able to reproduce it. That's why I asked for help to identify the problem. Or I can share a complete repo. I know it's not minimal, but it might help. |
Beta Was this translation helpful? Give feedback.
-
Any ideas? |
Beta Was this translation helpful? Give feedback.
-
I'm experiencing similar problem in my project after upgrading from TailwindCSS 3 -> 4 and switching from postcss to @tailwindcss/vite plugin in mu vue application. It happens in when using dev server while loading a page. Depending on the size of the page and number of components involved. Excess reload is triggered only for css files or vue components which have style block that reference global css file. It seems that every css resource involved in page rendering is reloaded exactly same amount of times with no apparent reason. Only timestamp argument is changing. Some smaller pages repeat loading 4 times, for larger page every css resource is loaded 54 times which makes initial load of the page to last more like minutes and makes DX quite inconvenient. |
Beta Was this translation helpful? Give feedback.
-
I can also confirm that this issue is resolved after upgrading to |
Beta Was this translation helpful? Give feedback.
-
I can also confirm that this issue is resolved after upgrading to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Qwik + Tailwind 4. Please look at this video:
GlobalCss.mp4
As you can see from 00:11, hundreds of requests are made to the
global.css
with a timestamp.I have no idea what makes this happen. This makes the development process very difficult and reduces DX dramatically.
What can I do to find out the problem?
Beta Was this translation helpful? Give feedback.
All reactions