I'm using Angular 5 with SharePoint SPFX Framework. Everything works great with multiple webparts on the page no problem but how do I include the Polyfills? I tried included in js files in the externals, doesn't work, I tried just importing all from the polyfills.ts into the webpart.ts file, no luck.
Can anyone help to explain how to get angular 5 and spfx render in IE, no problems with chrome but the webparts don't show in IE.
I've tried adding these scripts to externals but not working:
<script src="node_modules/core-js/client/shim.min.js"></script>
<script src="node_modules/web-animations-js/web-animations.min.js"></script>
<script src="node_modules/zone.js/dist/zone.js"></script>