'How can I export the extra css minify file in Webpack

I want to extract this output. I know how to convert the sass file to css, but I want to output the extra css file in minified form. How can I do it?

style.css => unminify
style.min.css => minify


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source