lilnasy / gratelets

A collection of purpose-built, small, third-party integrations for Astro.
The Unlicense
105 stars 6 forks source link

The Stylex Integration For Astro does not support Hot Reloading #40

Closed RoboXGamer closed 10 months ago

RoboXGamer commented 10 months ago

The Stylex Integration For Astro does not support Hot Reloading.

which is issue as we have restart the full dev server each time we do any change

RoboXGamer commented 10 months ago

A Wayaround is to use nodemon but that is very slow as the bigger the project gets more work to restart dev server each time

lilnasy commented 10 months ago

I didn't get around to hot module reloading, but it should at least show the updated styles on a page refresh. I'll look into it, thanks!