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?
Using the base webpack files. Running the following webpack command:
webpack --config webpack.config.vendor.js --env.prodI'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?