webpack-hot-middleware
webpack-hot-middleware copied to clipboard
Create option to display overlay when updating new bundle
Not sure if this has already been covered, but I would definitely like to see a way to have the option to display an overlay when webpack is creating a new bundle.
Currently, all I see is this function to display the warning/error overlay.
This is a good idea, I'd take a PR which adds this but retains the ability to disable it independently of the error/warning overlay.
If whoever is implementing this wants some inspiration, have a look at a recent release of https://github.com/bhauman/lein-figwheel - the overlay implementation there is excellent.