pampy.js icon indicating copy to clipboard operation
pampy.js copied to clipboard

Incompatibility with Internet Explorer

Open mefu opened this issue 5 years ago • 1 comments

Hello, thank you for great library.

Usage of template literals on this line (and similar other lines) is causing issues with Internet Explorer. Normally it should be possible to transpile pampy.js using babel in downstream projects but since 7.0.0 babel is refusing to transpile any code under node_modules. That stackoverflow answer is not really conclusive but still, I could not find a way to get babel to transpile pampy.js from node_modules.

This issue could be resolved by transpiling it here before publishing or by not using template literals.

mefu avatar Mar 28 '19 14:03 mefu

+1

sbayd avatar Nov 21 '19 07:11 sbayd