-
Notifications
You must be signed in to change notification settings - Fork 230
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 package size #205
Comments
is this an actual problem when used with npm3 ? |
I'm assuming you're referring to the default deduping. That's only beneficial if it can actually dedupe the dependencies. Many of these dependencies are not that common.
It actually manages to include no more than two JavaScript parsers. |
I meant that it would only ever bring those in once ever, we can switch it to use the same try catch thing that we do already for importing streams when available. |
From #197 (comment).
Having to download 2 MB extra makes this module unusable for most smaller modules.
Would be nice to find a way to not have to include those huge dependencies.
The text was updated successfully, but these errors were encountered: