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

Only possible in simplified mode. I highly doubt Babel comes close with full optimizations turned on in a nontrivial codebase.
With what plugins? Babel without any plugins or with the common ES2015 plugins doesn't do any minification.