We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that the size on disk of the dd-trace npm package increased significantly with version 0.6.1
//version 0.6.0
~/.../node_modules/dd-trace >du -h -d 1 . 32K ./benchmark 464K ./test 20K ./ext 24K ./docs 32K ./scripts 4.0K ./lib 4.0K ./.circleci 260K ./src 892K .
//version 0.6.1
~/.../node_modules/dd-trace >du -h -d 1 . 32K ./benchmark 2.6M ./test 20K ./ext 25M ./docs 32K ./scripts 4.0K ./lib 4.0K ./.circleci 260K ./src 28M .
I suspect that ./docs and ./test could be excluded from the published npm package. Perhaps ./scripts and ./benchmark as well, I am not sure.
The text was updated successfully, but these errors were encountered:
It looks like for some reason files that are excluded from .gitignore are not actually ignored by npm. Definitely a bug.
.gitignore
Sorry, something went wrong.
No branches or pull requests
I noticed that the size on disk of the dd-trace npm package increased significantly with version 0.6.1
//version 0.6.0
//version 0.6.1
I suspect that ./docs and ./test could be excluded from the published npm package. Perhaps ./scripts and ./benchmark as well, I am not sure.
The text was updated successfully, but these errors were encountered: