feat(minifier): minimize a + 'b' + 'c'
-> a + 'bc'
#33093
This job was skipped
Loading
a + 'b' + 'c'
-> a + 'bc'
#33093