Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HMR bubbling unspecified #20

Open
LarsDenBakker opened this issue Nov 21, 2020 · 0 comments
Open

HMR bubbling unspecified #20

LarsDenBakker opened this issue Nov 21, 2020 · 0 comments

Comments

@LarsDenBakker
Copy link

LarsDenBakker commented Nov 21, 2020

Currently the expected bubbling behavior is unspecified.

For example in this scenario:

a.js

import './b.js';
import './c.js';
import.meta.hot.accept(); 

b.js

import.meta.hot.accept();

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 of a.js but an edit of b.js does not trigger a reload ofa.js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant