babel / minify

:scissors: An ES6+ aware minifier based on the Babel toolchain (beta)
https://babeljs.io/repl
MIT License
4.39k stars 225 forks source link

Dead code elimination removes unused import bindings #953

Open conartist6 opened 5 years ago

conartist6 commented 5 years ago

Fixes #586

Note: this is not tree shaking, just cleaning up unused symbols.

conartist6 commented 5 years ago

@boopathi hello?