I use webpack-dev-server to act as a CDN server locally to serve various static assets like css, js, html, etc.
Everything works fine, but for debugging purposes I canβt see the requests received by the CDN server.
webpack-dev-server just goes blank and does not display information / errors after it compiled a package of static assets.
I also went through the command line, but without success.
source
share