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
I followed this guide to integrate Tailwindcss and it works perfectly, but the problem is when I change the content of tailwind.config.ts nothing happens, I have to manually restart the server so the changes are applied.
After removing the node_modules folder and reinstalling with yarn install, the file is now watched, and the server restarts correctly. However, if I make a change in the Tailwind config, like adjusting a color, the server is restarted but the changes aren’t applied until I fully restart the server.
roonie007
changed the title
[Bug]: tailwind.config.ts is not watched
[Bug]: tailwind.config.ts config changes not applied until full restart
Oct 30, 2024
Version
Details
I followed this guide to integrate Tailwindcss and it works perfectly, but the problem is when I change the content of
tailwind.config.ts
nothing happens, I have to manually restart the server so the changes are applied.Here is my
modern.config.ts
As you can see I even added the
tailwind.config.ts
file to thewatchFiles
but still the server is not reloaded when I save.Reproduce link
No Need
Reproduce Steps
The text was updated successfully, but these errors were encountered: