Polymer 2.0 app crashes from Internet Explorer 11

I have a Poly 2.0 application that translates to ES5. It works well in Edge, Firefox, and Chrome; however, when I open it in Internet Explorer 11 on Windows 7, 8.1 or 10, the program crashes. Sometimes it will render without most of the styling, otherwise it will be broken before the page is even rendered. He once said that the script is taking a long time and asks if I want to stop the script. This also crashed IE.

Since the developer tools won't open, I can't debug this. What suggestions do you have for solving this problem?

+1


source to share


1 answer


In the bower.json project file, webcomponentsjs was only saved as a dev dependency. Changing this to the main dependency, rebooting the bower installation and then rebuilding the application, it resolved this issue.



+3


source







All Articles