Skip to content

Decrease amount of installed dependencies #6026

New issue

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

Closed
1 task
Leksat opened this issue Sep 25, 2023 · 1 comment
Closed
1 task

Decrease amount of installed dependencies #6026

Leksat opened this issue Sep 25, 2023 · 1 comment
Labels
type: feature code contributing to the implementation of a feature and/or user facing functionality

Comments

@Leksat
Copy link

Leksat commented Sep 25, 2023

Which problem is this feature request solving?

Adding netlify-cli to a project brings in 1k of npm dependencies.

$ 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
...

Describe the solution you'd like

Is it maybe possible to pack netlify-cli with rollup bundling in all/most of dependencies?

Pull request (optional)

  • I can submit a pull request.
@Leksat Leksat added the type: feature code contributing to the implementation of a feature and/or user facing functionality label Sep 25, 2023
@sarahetter
Copy link
Contributor

Closing as duplicate of #3941

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature code contributing to the implementation of a feature and/or user facing functionality
Projects
None yet
Development

No branches or pull requests

2 participants