ES5 Compatible Build
Closed this issue · 1 comments
oeed commented
We deploy this package to production but as it only has an ES6 build it doesn't work on some platforms (notably iOS9). Is there a way that an ES5 build can be provided along side, or are we best using another package?
skeggse commented
We do not support platforms that aren't Node >= 8. Our general recommendation is to use a transpiler like Babel if you need to support other runtime environments.