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
Superagent has two versions: browser-only and Node-only.
By default webpack will try to compile the browser-only version. If you're bundling for non-browser environment, you need to set webpack's target accordingly.