Skip to main content

All Questions

1 vote
2 answers
1k views

IE11 is not responding due to a long running script error with Webpack + React + TypeScript

I am using webpack 4.* to bundle my react 16.* and typescript 3.* project! On our beloved internet explorer 11, I get: not responding long running script error and project never loads... both in ...
borna's user avatar
  • 283
1 vote
0 answers
3k views

Babel polyfill doesn't work on Internet Explorer 11

I use in project react library with typescript and ES6 version of javascript. Some ES6 features are not supported by IE11 so I have to use Babel, however my application isn't correctly loaded in IE11 ...
Martin's user avatar
  • 455