aurelia / polyfills

The minimal set of polyfills needed to run Aurelia.
MIT License
26 stars 27 forks source link

Polyfill failing on UWP Edge Mobile when including polyfill script on index.html #72

Open cnourai opened 5 years ago

cnourai commented 5 years ago

I'm submitting a bug report

Please tell us about your environment:

Current behavior: Webpage does not load on any page because edge is failing on index.html when we call

<script src="{{basePathToken}}/dist/vendor-bundle.js"></script>
<script src="{{basePathToken}}/dist/polyfill-bundle.js"></script>

In which the polyfill.js fails giving this error:

PolyfillEdited

Expected/desired behavior:

cnourai commented 5 years ago

I might add that it worked fine on an earlier version of edge mobile until the microsoft update a week or so ago