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 v4 release does a great job to move on to using => in code. However, simple browserify fails now. I understand that browserify of this module is odd, but we do it. :-)
Simply adding babel transform in package will make this way way easier for consumption. The other alternative for browserify consumers is to use complicated logic to specifically transform this module.
Hi,
The v4 release does a great job to move on to using
=>
in code. However, simple browserify fails now. I understand that browserify of this module is odd, but we do it. :-)Simply adding
babel
transform in package will make this way way easier for consumption. The other alternative for browserify consumers is to use complicated logic to specifically transform this module.is all what we mere mortals need @sindresorhus
The text was updated successfully, but these errors were encountered: