Hacker News new | ask | show | jobs
by anonymousguy 3580 days ago
You don't need Babel or a build process to minify ES6. Pretty Diff has supported this for years http://prettydiff.com/?m=minify
1 comments

That doesn't appear to replace variable names with shorter versions, or remove dead code, which Uglify and other minifiers do.