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
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
Right now I need to use relative paths everywhere for imports outside of the source directory to be importable. I thought this was what the paths option was for, but then noticed it never gets passed to the importer.
Is it within the scope of the project to permit passing options, such as
path
toimporter
?For example:
https://github.com/segmentio/myth/blob/master/lib/features.js#L26
Would permit:
Right now I need to use relative paths everywhere for imports outside of the source directory to be importable. I thought this was what the
paths
option was for, but then noticed it never gets passed to the importer.The text was updated successfully, but these errors were encountered: