I'm attempting to use the new Tempus Dominus 6 datepicker, which is great in Chrome but doesn't like IE11 because of the presence of class
syntax.
Is Babel the only/best way of handling the incompatibility?
Our software is required to support IE11 in legacy environments - the organisations we provide for have thousands of machines which are only very slowly moving to modern browsers.
In this case, the latest version of Tempus Dominus removes reliance on momentjs and jquery, which would be of benefit to us if practicable.