Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent JS minifier making unsafe polyfill changes
We’re seeing the `addEventListener` polyfill not applied in IE8 when UglifyJS `inline` optimisations above level 2 (no variables or statements) are added https://github.com/mishoo/UglifyJS#compress-options
- Loading branch information