Any chance of this working on IE 11 / 10
beautifulgarbage opened this issue · 1 comments
beautifulgarbage commented
I see from the readme that IE 11 and below are not supported. Is there anything at all that could allow this plugin to work with IE? Polyfills perhaps?
Is there perhaps a webpack / babel preset that can help with this issue?
Love this plugin, but its a shame because unfortunately I still have to support those older versions of IE.
feross commented
The source is ES6+ so you can try putting the source code of the package through babel and it would probably work.