We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi
The minifier thows an error when I use following multiline comment:
var d = 1; /* test comment /**/ var d = 2;
This is a valid comment but not correctly handled by the shrinker.
BR
Activity