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
I'm trying to get some form of hot module reloading to work, I've now switched to declaring the modules and keeping the returned namespace in a registry, so that the registry can handle when a module has been replaced with a new version
I would like to be able to redeclare modules, but the observed behavior is that the first declaration is always taken
Example Code that doesn't do what I would have expected:
The text was updated successfully, but these errors were encountered: