eyalroth / blog-gatsby

Eyal Roth's blog
https://eyalroth.com
MIT License
0 stars 0 forks source link

Fix site on Internet Explorer (doesn't show anything) #43

Closed eyalroth closed 5 years ago

eyalroth commented 5 years ago

Completing this by simply display a message to the user that the site doesn't support IE.

The initial error is the use of the littlefoot script which uses operations that IE doesn't support (such as Array.from), and that Gatsby's babel doesn't convert to backward compatible code (probably because it's in a separate script which is not a plugin?).

Anyway, even without Littlefoot, the site is completely messed up in terms of design and I don't really have time to fix that.