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
nodejs support ./*/ fields in exports, but I try to use it to get off with '.../index', but I found it didn't work, so I saw the source code and found resolve.exports doesn't support it
Please add support for this ./*/ syntax, Thank you!
nodejs support
./*/
fields inexports
, but I try to use it to get off with'.../index'
, but I found it didn't work, so I saw the source code and found resolve.exports doesn't support itPlease add support for this
./*/
syntax, Thank you!resolve.exports/src/utils.ts
Lines 43 to 48 in ac545e5
nodejs/node#39994 (comment)
The text was updated successfully, but these errors were encountered: