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
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.
The text was updated successfully, but these errors were encountered:
Macil
changed the title
Parcel support
Parcel HMR API support
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 bymodule.id
.The text was updated successfully, but these errors were encountered: