I am having an issue with the caching system of bud. I have defined a tailwind.config.ts file in the /config folder of my project. In there I call different functions and import some other .ts files (likes custom plugins, configurations…)
The problem is that each time I modify the config files, let’s say a color for example, nothing happen even if I reload my window, I have to stop the dev server, yarn clean and yarn dev to finally see the change. It is very time consuming so I wonder if there is a way to compile and hot-reload these modifications without restarting the devServer ?
Yes, here is my bud config, it effectively reload when I modify a tailwind related file in the config folder, but changes are not applied. To see them I have to clean the cache.