Commit Graph

3 Commits

Author SHA1 Message Date
Florian Traber
e2d0bd7628 Fixes #3571 - add polyfill for startsWith function for IE11. 2017-11-18 17:21:24 +01:00
Kyle
db4aa95d4a Only polyfill Promise if it doesn't exist at all 2017-08-25 15:56:54 -07:00
Josh Ponelat
9e6e660a93 Add polyfill for Promise ( only )
This is needed for whatwg-fetch + IE11.
An alternative is to include "node_modules/whatwg-fetch" in the
transform-runtime.
But my guess is that someone is likely going to add a lib that in turn
uses Promises, without adding it to the whitelist. This is safter.
2017-06-19 18:40:42 +02:00