pampy.js
pampy.js copied to clipboard
Incompatibility with Internet Explorer
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.
+1