create-t3-turbo
create-t3-turbo copied to clipboard
bug: tailwind not hot reloading in dev
First of all, great work guys! this is amazing, really loving it so far. I am not sure if this is a known issue or more on my side, but yeah as the title suggests, when i make changes to my tailwind config file i would like to have these changes hot reloaded, is this possible? i wasn't sure if i needed to make changes to the package.json file or just include it as a transpile package.
thanks!
Is this working in a normal Next.js app?
@juliusmarminge yes, i was previously using the normal t3 stack repo, but now i need to create another app, so thought to use t3-turbo
Alright, good to know.
I don't think I got time to look into this until next week, but feel free to look into a solution on your own in the meantime. Should be possible some way or another
I have an implementation of this already. I'll see if I have time in the next couple days to add some comments on how I achieved it and we can discuss whether its worth a PR :)
I have an implementation of this already. I'll see if I have time in the next couple days to add some comments on how I achieved it and we can discuss whether its worth a PR :)
Hey, mind sharing your solution?
As far as I know it is a nextjs 13.x bug. https://github.com/vercel/next.js/issues/43878
As far as I know it is a nextjs 13.x bug. vercel/next.js#43878
I also had this issue with next 13, but it was only when I was using the app
directory
@soya-miruku Is it still an issue? Just tried to change the tailwind config and worked well on my end.