-
-
Notifications
You must be signed in to change notification settings - Fork 612
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
Reduce dep tree #244
Comments
Short of using a different request library, there isn't much we can do about this. |
Matthew says: This is a major problem for running on constrained devices like Tessels. I'd rather we didn't resolve valid bugs as won't-fix, especially when there's a solution ('using a different request library'). Will bump down the priority instead. |
I think it would indeed be great to reduce dependencies! In https://bugzilla.mozilla.org/show_bug.cgi?id=1199855, I'm using browser-request for now. In addition, I see the following deps:
|
cc'ing @clokep , this is about patch "Part 1 - Import Matrix JS SDK from github.com/matrix-org" |
We killed all of the deps mentioned above except browserify which is leaving in October |
This problem seems to almost entirely be down to 'request' which is pulling in things like har-validator
https://matrix.org/jira/browse/SYJS-10
The text was updated successfully, but these errors were encountered: