#HMR is really slow to update any idea why ?

1 messages · Page 1 of 1 (latest)

uncut moonBOT
#

Hi @delicate sun. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

Hmm, I don't know enough to give you a confident answer yet. The information provided doesn't mention any specific issues related to file modification delays on OSX. However, there are known bugs related to hot-reloading with certain configurations, such as when using the Astro.glob function to import .mdx files or when using the @use syntax with Sass in Astro.

It's also worth noting that Astro 2.1 introduced a --watch flag for the astro check command, which listens for file changes and reruns diagnostics on changed files. This could potentially help with identifying issues in real-time during development.

For more detailed guidance, you might find it helpful to review the Astro documentation (https://docs.astro.build) or check the open issues on Astro's GitHub page (https://github.com/withastro/astro/issues).

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: