This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Description
Using the base webpack files. Running the following webpack command:
webpack --config webpack.config.vendor.js --env.prod
I'm seeing it regenerate the vendor.css and vendor.js successfully locally.
However when I open the vendor.css file I'm not seeing it minified. I also have the template published to Azure, and it's not minified there either.
What am I missing here?