I work on an angular v8 app and I've encountered an issue with making a production build. I noticed that style.scc generated is of 1.5 MB! I use Material and I don't use all the components of it.
So the question - is there any a way to include the needed components styles only in the production style.css? Say, .mat-icon {...}, .mat-form-field {...} styles definition only and so on.
Thanks for advance!