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
Given an import like, with node_modules set external,
importstringifyfrom'qs/lib/stringify';
Expected Behavior
Since this is an esm output, and the library qs doesn't have an exports field in its package.json. To mimic and comply with node's behavior, I believe an expected output should be