-
-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
Description
#62 added the ability to reference modules deeply with "browser". It seems that functionality is no longer working. For example deep/ref
will work but very/deep/ref
will not.
I think the reason is this regular expression: https://github.com/substack/node-resolve/blob/master/lib/async.js#L109
I assume this is intended to chop off the back but instead is chopping off the front. /Users/matthew/foo
becomes matthew/foo
. I'll submit a new test and fix the regex.
Metadata
Metadata
Assignees
Labels
No labels