Skip to main content

All Questions

2 votes
1 answer
2k views

IE11 Blank Page with React, Typescript, Babel, and Webpack

I have a React application written in Typescript with Babel and Webpack. It loads fine in Firefox and Chrome, but loads a blank page in Internet Explorer 11. I am new to this project with relatively ...
Neil Davis's user avatar
0 votes
2 answers
2k views

IE11 error in bundle.js by invalid character

I am using typescript with awesome-typescript-loader and Webpack for compile. But in IE11 it's doesn't work. I have this bug. SCRIPT1014 bundle.js (58458,12) And in this row I have this. I think ...
Fiser's user avatar
  • 43