Can NextJS Fast Refresh watch a custom file?
Unanswered
Fredthedoggy posted this in #help-forum
I'm using tailwind with a NextJS site, and I would like to have NextJS fast refresh reload the entire page whenever my tailwind.config.js file changes. Is there a setting somewhere that will do this? I've checked most of the relevant docs, and I can't find anything
6 Replies
Do you know if tailwind does that automatically?
Since I'm using a seperate tailwind processor for css-in-js that might act differently
i don't know... but either way i don't think it's possible to customise this behaviour
if it works for you, it will just work, but if it doesn't work, there isn't much you can do
Got it, thank you