ember-cli-ifa
ember-cli-ifa copied to clipboard
Use of native fetch causes errors in IE
We're using the native fetch here: https://github.com/adopted-ember-addons/ember-cli-ifa/blob/e0c38a0a4c3f70671a69c265df3e8a2e08e9726b/addon/initializers/asset-map.js#L24
This throws an error in Internet Explorer, since it doesn't support native fetch. Should we switch to using ember-fetch
?