keehl1213 commented on issue #9022: URL: https://github.com/apache/incubator-superset/issues/9022#issuecomment-742186572
> I have to support superset in IE11, as there is no official way found, i have tried the below steps and still got no luck :( > > 1. installed react-app-polyfill & babel-polyfill packages in (superset-frontend) and imported them at the very top in index files as below > > import 'babel-polyfill'; > import 'react-app-polyfill/ie11'; > import 'react-app-polyfill/stable'; > > 1. added "not dead" in browserslist section in package.json (superset-frontend) > 2. added target: "es5" in tsconfig.json (superset-frontend) > > also builded the project with above changes and still iam not able to run superset in IE. > > iam getting login screen and then after entering the login credentials, iam getting infinite loading screen and an error stating "Expected :" from welcome.**hash**.entry.js > > please let us know if there any workarounds for the IE support? @mistercrunch > > also did you find any way to support superset in IE..? @MahsaSeifikar @swanitzek @keehl1213 > > Thanks in advance.. I finally gave up supporting IE11 and legacy Edge because of this [announcement](https://techcommunity.microsoft.com/t5/microsoft-365-blog/microsoft-365-apps-say-farewell-to-internet-explorer-11-and/ba-p/1591666). I suggest you only support chromium-based Edge since IE11 and legacy edge both have security problems. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
