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
Is it possible to just perform a full page reload whenever a JavaScript resource gets updated?
Just my 2 cents:
With any JavaScript resource updated a reload is inevitable. Even if there's no error showing up, there's no way to guarantee correctness of the state and this will give us many gotchas.
We may open up a can of worms dealing with Web Components...
Workaround for now is to use
domDiff: false
on projects that do a lot of JS DOM modification.A few brainstorms:
via #7 #39
The text was updated successfully, but these errors were encountered: