Open trivikr opened 2 years ago
The size of node_modules is 30M
:
$ test-aws-crt> du -sh node_modules
30M node_modules
It looks like the dependencies added under install
script can be moved to devDependencies, as the script is only run in development.
Dependencies:
Is your feature request related to a problem? Please describe.
Installing
aws-crt@1.12.5
adds 118 dependencies in node_modules as shown below.This is blocking the AWS SDK for JavaScript (v3) from reducing the install size.
Describe the solution you'd like
Remove unnecessary dependencies from aws-crt
Describe alternatives you've considered
N/A
Additional context