Webpack first performs tree shaking and combines the libraries into a bundle before minifying this bundle
Minification (just like compilation from high-level language into machine code) is irreversible transformation
If you want to have both minified (for production) and unminified (for debugging) verions of the bundle - you will have to run Webpack twice, with 2 different config files