Using UglifyJS's screw-ie8 Option in Gulp
By default, UglifyJS writes JavaScript that works around IE 6-8 quirks. If you're building a modern app, those workarounds just add bloat. The `screw-ie8` flag tells UglifyJS to skip those...
Read article