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
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.
The text was updated successfully, but these errors were encountered:
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 undernode_modules
. That stackoverflow answer is not really conclusive but still, I could not find a way to get babel to transpilepampy.js
fromnode_modules
.This issue could be resolved by transpiling it here before publishing or by not using template literals.
The text was updated successfully, but these errors were encountered: