We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Why does not terser minify newlines?
Esbuild minify newlines like the following.
// index.js var text="a\nb\nc\n"; // index.min.js var text=`a b c `;
https://esbuild.github.io/faq/#minified-newlines