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 babel require hook is explicitly not suitable for libraries:
https://babeljs.io/docs/usage/require/
I’ve noticed that in trying to use this module, and trying to use the
babel require hook as well, babel stops working. This patch removes the
require hook, adds a build process, and runs that build process before
a `npm publish` and `npm test`
0 commit comments