You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
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 !
The text was updated successfully, but these errors were encountered:
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 codenew class{constructor(e)...
Anyone know how to correctly configure Slate so that my JS works on IE 11 ?
Thanks a lot !
The text was updated successfully, but these errors were encountered: