Skip to content

v3.3.0 is breaking create-react-app's custom webpackHotDevClient #1851

@cvle

Description

@cvle

create-react-app and ejected projects use a custom webpackHotDevClient. This PR #1738 prevent those users from being able to upgrade to 3.3.0 because the default client is always injected.

Another related issue is that I am also using the Node API to have better control where to add the inline entries and where not to. For example I only have HMR enabled inside an iframe and it works great, but 3.3.0 is breaking my HMR setup.

Can we maybe hide the automatic injection of the inline entires behind a flag or the other way around, prevent the automatic injection using a flag?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions