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
Fix webpack export (inrupt#134)
* Separate webpack exports for browser vs node
Node exports should be exported as commonjs; browser bundle should
create a global variable.
* v0.0.5