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
Adding netlify-cli to a project brings in 1k of npm dependencies.
netlify-cli
$ pnpm init Wrote to package.json ... $ pnpm i netlify-cli ... Progress: resolved 1053, reused 874, downloaded 147, added 1021, done ... dependencies: + netlify-cli 16.4.2 ...
Is it maybe possible to pack netlify-cli with rollup bundling in all/most of dependencies?
rollup
The text was updated successfully, but these errors were encountered:
Closing as duplicate of #3941
Sorry, something went wrong.
No branches or pull requests
Which problem is this feature request solving?
Adding
netlify-cli
to a project brings in 1k of npm dependencies.Describe the solution you'd like
Is it maybe possible to pack
netlify-cli
withrollup
bundling in all/most of dependencies?Pull request (optional)
The text was updated successfully, but these errors were encountered: