Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for this suggestion! This seems to behave the same as It changes code like this:
into
while tsc leaves it essentially like it is. The same for (this is a template, don't judge code usefulness ;-)):
becomes
It would make it easier to compare with tsc if it looked the same. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
there is jsc.preserveAllComments - but what does it mean? What is removed, what isn't?
And how can I remove all comments without minifying?
minify:{}
removes comments, but minifies if/else (for example).Thanks!
Beta Was this translation helpful? Give feedback.
All reactions