Configure webpack to allow browser debugging

I am new to webpack and I am converting an existing web application to use it. I am using webpack to bundle and minify my JS which is great when deployed, however this makes it very challenging to...