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
This addon sems to be using qs, which uses object-inspect, which imports node's util.inspect, which in turn uses process in a side effect, which blows up the vite build.
Author of qs already said he doesn't plan on supporting the lib for browser.