I have created a website using react, babel, webpack and backend Django Framework. When running my site in other browsers like Chrome, Safari, Firefox, it works absolutely fine. But when it comes to IE11, it works fine initially. But after going through some pages on the same website, it displays a blank white screen. I cleared browsing cache and also tried private browsing in IE11, it works fine for some time and then blank screen repeats and it goes on.
From code level, thanks to the community, I tried using polyfills in form of react-app-polyfill and core-js and it didn't work. I also tried adding this but didn't work
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
Kindly suggest some good solutions to overcome this issue.
Thanks in Advance