#Hot reloading doing full rebuilds with tailwindcss changes

1 messages · Page 1 of 1 (latest)

karmic fox
#

I have a new project using Dioxus 0.4, and dx serve --hot-reload is rebuilding and restarting the application even when only changing static class attributes in rsx! templates. I'm not sure what I could have misconfigured, or whether this is a bug. My project source is here: https://codeberg.org/aidalgol/product-invoicer

#

After playing around with this a bit more, I've noticed that it does hot reload if I change the class to use a tailwind utility class that I was using previously. How is my using tailwind messing with hot reloading?

#

Hot reloading doing full rebuilds with tailwindcss changes

karmic fox
#

I think I found the answer in #1212049660605370469 message

green roost