distilagency / starward

:boom: ReactJS Wordpress Boilerplate
27 stars 9 forks source link

Added support for promises (used with axios requests to WP) for IE11 #65

Closed AllanPooley closed 7 years ago

AllanPooley commented 7 years ago

@samlogan

Hey Sam,

babel-polyfill (https://babeljs.io/docs/usage/polyfill/) worked well for me when making Cascada IE11 compatible, primarily allowing the use of promises.

I noticed today that you've previously used Bluebird previously as a polyfill for the same (https://github.com/petkaantonov/bluebird).

I think one of these two libraries should be used to make starward IE11 compatible out of the box!

Cheers, Allan