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
I want to use the latest version of source-map. However, when requiring it, it doesn't initialize correctly. The problem is that the check for the environment being a browser is the availability of the fetch function. However, in Electron fetch is available but Node.JS is also available.