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
The default field should be sorted to appear last in the a conditional exports object.
Additionally, the types field should be sorted to appear first when present.
The Node.js documentation has some information on ordering rules:
"default" - the generic fallback that always matches. Can be a CommonJS or ES module file. This condition should always come last. (source)
The
default
field should be sorted to appear last in the a conditional exports object.Additionally, the
types
field should be sorted to appear first when present.The Node.js documentation has some information on ordering rules:
Nested conditions should also be sorted.
Related to #197
The text was updated successfully, but these errors were encountered: