-
-
Notifications
You must be signed in to change notification settings - Fork 861
Closed
Description
Create-react-app uses a custom webpack dev server client and its own custom error overlay. We could use switch to react-dev-utils/webpackHotDevClient.js, except that it uses window.location.port
. From my initial explorations, this was the dealbreaker.
That being said, it would be really nice to get an error overlay like CRA's for Razzle