To make JS Minify more and more complete, we started implementing some options.
Version 1.3.2 provides:
- remove unreachable code
- drop unreferenced functions and variables
- join consecutive var statements
- preserve comments
- discard calls to console.* functions
- transform ES5 code into smaller ES6+
Try it now: JS Minify