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
If I use the npm package scope @foo for npm forks, I should be able to tell Indo to treat @foo/bar as a suitable alias for bar (assuming vendor/@foo/bar exists and vendor/bar does not).
Current workaround: Set "alias": { "bar": "@foo/bar" } in the local .indo.json file
The text was updated successfully, but these errors were encountered:
If I use the npm package scope
@foo
for npm forks, I should be able to tell Indo to treat@foo/bar
as a suitable alias forbar
(assumingvendor/@foo/bar
exists andvendor/bar
does not).Current workaround: Set
"alias": { "bar": "@foo/bar" }
in the local.indo.json
fileThe text was updated successfully, but these errors were encountered: