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 "main" entry point should always be ES5, and node-style commonJS. Original source files and babel settings should be included in the published packages, along with tests.
Check out the issue on redux. I've seen npm packages compile babel+es6 code to es6 into a \es or\es6 folder. And refer to it in the package.json as "jsnext:main"
section on how to publish es6 files to npm
The text was updated successfully, but these errors were encountered: