Version
3.0.1
Node and OS info
Node 10.6.0 / npm 6.4.0 / Windows 10
Steps to reproduce
vue-cli-service build --mode staging
What is expected?
Split CSS from JS, and minify everything.
What is actually happening?
app.js to large
I use vue-cli-service build , CSS and JS are minify, I hope to use vue-cli-service build --mode staging, css and JS are also minify, what should I do?