diegohaz / arc

React starter kit based on Atomic Design
https://arc.js.org
2.91k stars 295 forks source link

Does ARc work with IE? #326

Open mininternet opened 6 years ago

mininternet commented 6 years ago

I've noticed my sites built with ARc don't open in IE, due to IE being strictly ES5 compatible only.

I've installed a babel polyfill to get some ES6 features working, but am still encountering errors.

Has anyone gotten ES6 features in ARc to work with IE?