P5.js not working in IE11

Hi everyone,

I’m having trouble getting p5.js to work in IE11 (Internet Explorer). I’m wondering if this is possible? Is there something within p5.js that is not supported in IE?

This has been solved. Easiest solution is to use older p5.js library (0.9.0) or older. There is an issue with polyfills and babel with the newer library versions.