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
Referring to the Node subpath patterns documentation, notice how a pattern can specify a file extension (in this example .js) on both sides of the pattern mapping:
Referring to the Node subpath patterns documentation, notice how a pattern can specify a file extension (in this example
.js
) on both sides of the pattern mapping:According to the Node docs,
However, this does not work in
enhanced-resolved
. The wildcard pattern without a file extension works fine, for example:But adding a wildcard file extension does not work. To test this, simply add the following test case to
test/exportFields.js
:The text was updated successfully, but these errors were encountered: