Y
Hacker News
new
|
ask
|
show
|
jobs
by
base698
3489 days ago
In my experience Babel minified better than Closure Compiler with less maintenance of the externs on my part.
3 comments
cromwellian
3489 days ago
Only possible in simplified mode. I highly doubt Babel comes close with full optimizations turned on in a nontrivial codebase.
link
AgentME
3489 days ago
With what plugins? Babel without any plugins or with the common ES2015 plugins doesn't do any minification.
link
randomguy7788
3489 days ago
see
http://www.syntaxsuccess.com/viewarticle/tree-shaking-in-jav...
link