Results 2 issues of Walter Miller

Calls to setImmediate won't working in IE10 or IE11. Known bug since 2014, https://github.com/YuzuJS/setImmediate/issues/35 Basically those versions of IE don't allow you to make a naked call to `setImmediate`, it...

Using [email protected] In my project, whenever the route changes IE11 will spend several seconds executing this function. https://github.com/petkaantonov/bluebird/blob/master/src/debuggability.js#L883-L888 Disabling debugging avoids the issue, but that's a little tricky in webpack...

needs-investigation