TAMULib / weaver-components

Custom Web Components for the Weaver UI
MIT License
0 stars 1 forks source link

Dependencies are not operating as expected when including weaver-components. #459

Open kaladay opened 2 years ago

kaladay commented 2 years ago

When tamu-library-components depends on weaver-components, the dependencies weaver-components uses should be handled automatically.

Instead, tamu-library-components is having to include weaver-components dependencies that it is not directly using (namely stompjs and sockjs).

Until this is solved, the dependencies are temporarily added to tamu-library-components with this PR: