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
{{ message }}
This repository was archived by the owner on Jul 13, 2021. It is now read-only.
Hi, I have gone away from the template a little to make it more clear, feel free to close if it was out of line.
Overlay support
The current implementation logs everything in the console in a really nice way and it would be sweet to also have the option to use an overlay similar to the one used in create-react-app#1101 and like what can be enabled in Webpack Hot Middleware using the overlay option.
This can probably be supported in one of two ways.
Adding a overlay that can be enabled through configuration.
Add documentation on how this can be done manually using a standalone overlay with potentially some new hooks for integration.