I'm having trouble running this package over dependencies that include in index.tsx file as I'm getting the error:
tree skipping an empty filepath resolution for partial: components/lib +29ms
My index.tsx in components/lib just consists of export * from ___ lines.
I saw this similar issue here: pahen/madge#128 but it didn't seem to have a solution. Any ideas on this?
In the debug output i'm seeing:
tree deduped list of nonExistent partials: [
'components/lib',
...
'../..' ]
I'm having trouble running this package over dependencies that include in index.tsx file as I'm getting the error:
tree skipping an empty filepath resolution for partial: components/lib +29msMy index.tsx in components/lib just consists of
export * from ___lines.I saw this similar issue here: pahen/madge#128 but it didn't seem to have a solution. Any ideas on this?
In the debug output i'm seeing: