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
According to why-npm-i-so-long Astroturf 1.0 took 16 MB of node_modules, which is huge for this project.
why-npm-i-so-long
node_modules
npm.anvaka.com shows a huge network of dependencies.
npm.anvaka.com
I see a few ways to reduce dependencies:
chalk
colorette
comsiconfig
lilconfig
lodash
lodash.uniq
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to
why-npm-i-so-long
Astroturf 1.0 took 16 MB ofnode_modules
, which is huge for this project.npm.anvaka.com
shows a huge network of dependencies.I see a few ways to reduce dependencies:
chalk
withcolorette
. It has 0 sub-dependencies and works faster (we migrate to it in PostCSS).comsiconfig
tolilconfig
. It has the same API but much smaller dependencies (I do the same in Size Limit).lodash
and add only subproject (likelodash.uniq
) to dependenciesThe text was updated successfully, but these errors were encountered: