This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Description
We currently use the standard webpack dev client because the custom client in CRA infers the protocol/host/port of the dev server from window.location. However, since we host our React apps inside a back-end up, window.location will point at our backend server, not the webpack dev server.
There are a few possible solutions to this: