Open dreyks opened 4 years ago
astroturf components do not work in IE with this plugin, it chokes on const camelCase = str => arrow function. How do i make gatsby transpile astroturf's runtime?
const camelCase = str =>
ok looks like gatsby does not polyfill the dev env. production build works fine
Does Gatsby's dev environment usually work fine IE? Do you only have problems with astroturf?
astroturf components do not work in IE with this plugin, it chokes on
const camelCase = str =>
arrow function. How do i make gatsby transpile astroturf's runtime?