fix corner case in inline (#3401)

fixes #3400
This commit is contained in:
Alex Lam S.L
2019-05-10 01:22:44 +08:00
committed by GitHub
parent 6a30e1d6be
commit 5476cb8f05
4 changed files with 60 additions and 11 deletions

View File

@@ -6102,7 +6102,6 @@ merge(Compressor.prototype, {
}));
} else {
value = fixed.optimize(compressor);
if (value === fixed) value = fixed.clone(true);
}
def.replaced++;
return value;