Hey there!
I do have a quiet massive app that has reference to a shared package with an online platform. This package is kindof common stuff for design-system, utilities and so on.
Within this shared package, I do have a deep component (components/A/B/C/D.vue), and its siblings (components/A/B/C/D/ChildA.vue...)
When running dev server from within common environment, everything is working fine.
If I install this package on something else (being local software OR website), the app seems freezing. No error, but not more redirection to the page that refers D.vue.
When I override locally components/A/B/C/D.vue and proxy the common component, everything seems fine and working.
I do not have a clue about what I should be looking for, nor about the root cause of this silent fail.
Does it ring a bell? Some tips to share to debug?
I can definitely proxify the shared component, but it would be way much better to fix the underlying root cause.