Hello 👋
I've been building my Smart UI extension and I've arrived at a point, where I want to extend a model from the /csui module that's not in the bundle index.
That means it all works @localhost, but grunt fails at requirejsDependencyCheck with the common "Error: At least one module depends on a private module from other component."
The obvious solution to me is just to go to the csui bundles and add the missing bundle line. "But that can't be correct, can it? Would that even work after deployment?" I thought.
So my question is: What's the correct way to depend on private modules?
Thanks and have a nice day,
Jan