You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
semicolons (default true) -- separate statements with semicolons. If you pass false then whenever possible we will use a newline instead of a semicolon, leading to more readable output of minified code (size before gzip could be smaller; size after gzip insignificantly larger).
The closest ESBuild has (for the purpose of using more newlines) is lineLimit.
It would be nice to have something similar to semicolons in ESBuild.
The text was updated successfully, but these errors were encountered:
Terser has this option:
The closest ESBuild has (for the purpose of using more newlines) is
lineLimit
.It would be nice to have something similar to
semicolons
in ESBuild.The text was updated successfully, but these errors were encountered: