feat(minifier): minimize if(foo) bar
-> foo && bar
#32995
This job was skipped
Loading
if(foo) bar
-> foo && bar
#32995