You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
Hot Reload for the Core should already work as that is just the default Nuxt feature. The core needs to be started in dev mode though, which I think can be done with npm run dev.
I implemented it for now as a live reload, rather than a hot reload. Hot reload would require module replacement, i.e. redefining functions that have changed since the last version. Since we are using the Vue CLI service to build apps to a UMD file, I am quite sure we can't currently get HMR changelogs, meaning I'd have to implement HMR myself, which I think is a bit above the scope of this as of right now. I'd still prefer hot reloading, but I think live reload is just a minor inconvenience in the grand scheme of things and we can try to get at proper HMR in the future.
For Apps and Core
The text was updated successfully, but these errors were encountered: