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 was archived by the owner on Apr 12, 2025. It is now read-only.
Is there a way to automatically register nested dependencies?
I mean: if we are using nest_dependencies: false, component dependencies are installed but not merged into compiled assets. As nested dependencies are not automatically registered as Assetic assets, there is no "clean" way to include them.
I am currently workarounding this issue by including nested dependencies as standard bundle dependencies. Is there any recommended way to face this issue or plan to change this behaviour?
Is there a way to automatically register nested dependencies?
I mean: if we are using
nest_dependencies: false, component dependencies are installed but not merged into compiled assets. As nested dependencies are not automatically registered as Assetic assets, there is no "clean" way to include them.I am currently workarounding this issue by including nested dependencies as standard bundle dependencies. Is there any recommended way to face this issue or plan to change this behaviour?