#HMR is really slow to update any idea why ?
1 messages · Page 1 of 1 (latest)
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.