Hi
I've encountered an issue where when using the plugin it does work with internal packages (packages I import as: lib1 = {path = "../../../poetry/lib1", develop = true} for example).
The issue is that when lib1 himself is importing another internal package, for example:
lib2 = {path = "../lib2", develop = true}
the output bundle doesn't contain lib2.
So it seems the plugin only works on the first level of internal packages, is it possible to add the ability to bundle all the project packages?
Hi
I've encountered an issue where when using the plugin it does work with internal packages (packages I import as: lib1 = {path = "../../../poetry/lib1", develop = true} for example).
The issue is that when lib1 himself is importing another internal package, for example:
lib2 = {path = "../lib2", develop = true}
the output bundle doesn't contain lib2.
So it seems the plugin only works on the first level of internal packages, is it possible to add the ability to bundle all the project packages?