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
As far as I know in the current implementations of vite and snowpack an edit for c.js will trigger a reload of a.js but an edit of b.js does not trigger a reload ofa.js.
The text was updated successfully, but these errors were encountered:
Currently the expected bubbling behavior is unspecified.
For example in this scenario:
a.js
b.js
c.js
// nothing
As far as I know in the current implementations of vite and snowpack an edit for
c.js
will trigger a reload ofa.js
but an edit ofb.js
does not trigger a reload ofa.js
.The text was updated successfully, but these errors were encountered: