Skip to content

Parcel HMR API support #25

@Macil

Description

@Macil

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions