Optimizing CSS during watch too

Hi, I’m testing a project in IE11.
I use a lot nested calc() that are not supported in IE but I see that after a yarn build:production Sage optimizes the CSS file removing the nested and unnecessary calc() so it works on IE.
So, how can I benefit of this feature during yarn start (watch) too?