This repository was archived by the owner on Jul 19, 2021. It is now read-only.

Description
This repo is no longer active. See README for details
Hey there,
I know slate is no longer under maintenance but maybe some of you will know how to configure Babel correctly.
It seems like my javascript is not compatible with IE 11, and for some of stores, their visitors are still coming from this this browser...
My javascript files seems to be compiled, but still Classes are not re interpreted by Babel into a readable js for IE.
I get this SCRIPT1002 : Syntax Error referencing at my JS code new class{constructor(e)...
Anyone know how to correctly configure Slate so that my JS works on IE 11 ?
Thanks a lot !