I have an Angular app which uses Universal SSR and I've noticed that HomeComponent which contains scss is not compressed when I have it uploaded and rendered on a node.js server. The matter is that I have the scss compressed at my home.component.scss source file. Does Webpack do this? Not too sure.
So how do I have my component's scss file compressed while being rendered on a node.js server.
I've attached two images. One is the app's HomeCompnent scss source file, the other is a server-rendered rendered page.