You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, is there any possibility to reduce the size of this package, from what I can tell it adds ~100MB to the size of my node_modules folder. Not sure if everything is actually needed, maybe it is, just want to verify.
Below is a list of node_modules over 1MB in my project, most are irrelevant but please note that typescript is not listed.
After installing, typescript goes to ~66MB and node-libxml is also ~40MB.
Note: the before includes libxmljs2 which I'm trying to move away from.
Is there anything that could be done about this? Does typescript actually need to be a dependency, could it be a devDependency? Is there a way to only install specific pre-builds, each one is ~1.4MB but I probably only need one of them.
For some context I'm trying to use this package in a lambda but because this package is so large the lambda is exceeding the allowed size.
The text was updated successfully, but these errors were encountered:
Hi, is there any possibility to reduce the size of this package, from what I can tell it adds ~100MB to the size of my node_modules folder. Not sure if everything is actually needed, maybe it is, just want to verify.
Below is a list of node_modules over 1MB in my project, most are irrelevant but please note that typescript is not listed.
After installing, typescript goes to ~66MB and node-libxml is also ~40MB.
Note: the before includes
libxmljs2
which I'm trying to move away from.Is there anything that could be done about this? Does typescript actually need to be a dependency, could it be a devDependency? Is there a way to only install specific pre-builds, each one is ~1.4MB but I probably only need one of them.
For some context I'm trying to use this package in a lambda but because this package is so large the lambda is exceeding the allowed size.
The text was updated successfully, but these errors were encountered: