You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! Thanks, I was able to create a repro. The issue here is the name of the output directory (assets)—We have a heuristics to fix those for the default folder name (dist) but that heuristics does not apply in case of the renamed directory so it's considering it as a folder for your Tailwind source files.
What version of Tailwind CSS are you using?
v4.0.17 (bug appears)
v4.0.6 (works correctly)
What build tool (or framework if it abstracts the build tool) are you using?
Vite 6.2.3
What version of Node.js are you using?
v23.10.0
What version of npm are you using?
10.9.2
What browser are you using?
Chrome
What operating system are you using?
macOS
Describe the bug
After upgrading to Tailwind CSS v4.0.17, running the following command causes an infinite rebuild loop:
Reproduction steps
vite.config.js
package.json
The text was updated successfully, but these errors were encountered: