I am using webpack-dev-server
to act as a CDN server locally to serve various static assets like css, js, html etc.
Everything runs fine but for debugging purposes, I am unable to see the requests received by the CDN server.
webpack-dev-server
just goes silent and doesn't show any info/errors once it has compiled the bundle of static assets.
I went through the command line help too but with no success.