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

Parcel HMR API support #25

Open
Macil opened this issue Nov 13, 2018 · 0 comments
Open

Parcel HMR API support #25

Macil opened this issue Nov 13, 2018 · 0 comments

Comments

@Macil
Copy link
Owner

Macil commented Nov 13, 2018

Parcel has a different but similar HMR API to Webpack. It should be possible to make ud support it too.

Instead of persisting data using the data object given to module.hot.dispose(data => { ... }), in Parcel we need to persist data into a Map keyed by module.id.

@Macil Macil changed the title Parcel support Parcel HMR API support Nov 13, 2018
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