Hi there, I just wanted to know if it would be possible to use the same main component in different libraries without making a copy of them.
I have a library called “web components” and a library called “app components”.
Some of the components are the same, but others aren’t. I want the app team to have some of the web components in their own library combined with others only they can use. I dont want to duplicate them in order to not have to update the same component in both libraries in the future if we change something.
Any chance to get this outcome? Thank you all for you help.