Closed
Description
the readme specifies:
Line 86 in 651e578
however:
enhanced-resolve/lib/ResolverFactory.js
Line 194 in 651e578
seems here we don't actually default the condition names array to anything, so later on the various plugins receive and empty set.
should it possibly be this instead:
conditionNames: new Set(options.conditionNames || ['node']),
Metadata
Metadata
Assignees
Labels
No labels