lautis / uglifier

Ruby wrapper for UglifyJS JavaScript compressor.
http://www.rubydoc.info/gems/uglifier
MIT License
613 stars 82 forks source link

change default ie8 support to false #141

Closed ahorek closed 4 years ago

ahorek commented 6 years ago

I don't think it's necessary to support ie8 by default these days, see ticket https://github.com/mishoo/UglifyJS2/issues/3211

lautis commented 6 years ago

If the defaults were sets now, I'd agree. As this could lead into intentionally breaking some use cases – even if they are rare – it should be only introduced in a major release. I'd rather keep the option enabled for now but include this in 5.0 whenever that will be released.