how do I set a placeholder for webpack-dev-server during initial build?
For a documentation product, I'm showing an iframe with a component preview.
During the initial load, Webpack gives a blank screen, like so:
This is usually ok, but it's confusing when it's in sub section of the screen.
Is there a way to put a placeholder for the Webpack dev server to display?