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
The file in dist has es6 syntax, making it difficult to import: running babel on node_modules source is problematic. I more typically find that modules written in es6 are compiled before publishing, so importing doesn't require transforming the module source.