Skip to content

Instantly share code, notes, and snippets.

@ryanirelan
Created June 27, 2022 19:43
Show Gist options
  • Save ryanirelan/cf53e8d914f1d6ae72f45b79b12e9ccc to your computer and use it in GitHub Desktop.
Save ryanirelan/cf53e8d914f1d6ae72f45b79b12e9ccc to your computer and use it in GitHub Desktop.
// Accept HMR as per: https://vitejs.dev/guide/api-hmr.html
if (import.meta.hot) {
import.meta.hot.accept(() => {
console.log("HMR")
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment