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
I'm on a greenfield project where we've decided to use Polylith. It splits the project up in many sub-projects/components/etcetera, each with their own deps.edn files brought in in a hierarchical way through :local/root dependencies.
It would be great with hot reloading of these transitive dependencies as well. I can sort of have it now by pasting a transitive dependency in the root deps.edn save the file, then undo and save again.
The text was updated successfully, but these errors were encountered:
I'm on a greenfield project where we've decided to use Polylith. It splits the project up in many sub-projects/components/etcetera, each with their own
deps.edn
files brought in in a hierarchical way through:local/root
dependencies.It would be great with hot reloading of these transitive dependencies as well. I can sort of have it now by pasting a transitive dependency in the root
deps.edn
save the file, then undo and save again.The text was updated successfully, but these errors were encountered: