As ui-components becomes a monolith repository for native and web components it is reasonable project build to be automated and component libraries to share node_modules parts related to each other.
nohoist mechanism in yarn workspaces could help with dealing with this situation: https://yarnpkg.com/blog/2018/02/15/nohoist/
As ui-components becomes a monolith repository for native and web components it is reasonable project build to be automated and component libraries to share node_modules parts related to each other.
nohoist mechanism in yarn workspaces could help with dealing with this situation: https://yarnpkg.com/blog/2018/02/15/nohoist/