Open roonie007 opened 5 days ago
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.
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