astroturfcss / gatsby-plugin-astroturf

Gatsby plugin for styling with astroturf
MIT License
11 stars 2 forks source link

How to make it run on IE? #3

Open dreyks opened 4 years ago

dreyks commented 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?

dreyks commented 4 years ago

ok looks like gatsby does not polyfill the dev env. production build works fine

silvenon commented 4 years ago

Does Gatsby's dev environment usually work fine IE? Do you only have problems with astroturf?