Hello,
parameter: uglify --compress --mangle --mangle-props -o xyz.min.js xyz.js
Installed on 2015-08-13 with npm install uglify-js -g
It seems to me that reserved words are replaced too. I've tried both:
location.href -> location.a
window.location.href -> window.location.a
Did I do something wrong?
Michael