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
Every package in this monorepo specifies @babel/runtime as a dependency:
@babel/runtime
dependency
https://github.com/oliver-moran/jimp/blob/53ff9d1266207f7f674233f465ec358274510511/packages/jimp/package.json#L60-L61
However, this is a redundant package that is never used in the production code. It should be moved to the devDependencies section.
devDependencies
The text was updated successfully, but these errors were encountered:
The current package size is 21MB, it is too big for my small project.
Sorry, something went wrong.
PRs welcome :D
🚀 Issue was released in v0.21.0 🚀
v0.21.0
Successfully merging a pull request may close this issue.
Every package in this monorepo specifies
@babel/runtime
as adependency
:https://github.com/oliver-moran/jimp/blob/53ff9d1266207f7f674233f465ec358274510511/packages/jimp/package.json#L60-L61
However, this is a redundant package that is never used in the production code. It should be moved to the
devDependencies
section.The text was updated successfully, but these errors were encountered: