How to minify only client-side packages

I don’t really see any benefit to minimizing my server-side code, but it seems like the standard-minifiers package just turns on minification for everything without any configurability. Is there any quick and easy way to turn of server-side minification?

Nevermind, I was confused, it looks like it only minifies client-side packages by default.