I have an express server that uses webpack-dev-middleware.
If you run webpack-dev-server from the cli there's a "progress" option that causes the progress to be displayed on the console. This is a nice to have feature that I would like when using the middleware as well.
Is this achievable or is it for the standalone dev server only?
I searched the documentation but couldn't find anything relevant to this.