Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] [Web-Snippet] dependency chain issues #2277

Closed
MSNev opened this issue Feb 16, 2024 · 0 comments
Closed

[BUG] [Web-Snippet] dependency chain issues #2277

MSNev opened this issue Feb 16, 2024 · 0 comments
Assignees
Milestone

Comments

@MSNev
Copy link
Collaborator

MSNev commented Feb 16, 2024

With the new release of the web-snippet v1.1.0 this is causing all of the common and it's dependencies to get included when not required for runtime.

The dependency chain of the web-snippet is including the

  • applicatoninsights-common which includes
  • application insights core which includes
  • ts-async which includes
  • ts-utils

As the web-snippet doesn't "need" any of these to actually run, we need to review and break this dependency as it's causing a LOT of code to be dragged down into the node_modules folder for anyone consuming this package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants