Thank you. While that is an option, I would like to make multiple pipes configurable- including PostCSS and minify, and I’d like to avoid a separate else statement for every combination of the three. I’m not finding anything on how to achieve that, so not sure it’s possible at all.
In fairness, having a separate else statement for each combination would only be 6 in total, to account for any combination of minifying, postCSS and fingerprinting. I am probably over complicating the issue. For now, I will just use the method suggested by nfriedli.