Skip to content
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

duplicate node_modules #676

Open
Xahrie opened this issue May 27, 2024 · 2 comments
Open

duplicate node_modules #676

Xahrie opened this issue May 27, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Xahrie
Copy link

Xahrie commented May 27, 2024

When importing multiple modules there will be a node_modules folder for each plugin with a lot of overlapping which results in a huge project size. Isn't it possible to have a node_modules folder for the whole project and if yes how to I archieve it?

@Xahrie Xahrie added the question Further information is requested label May 27, 2024
Copy link

github-actions bot commented Jun 3, 2024

Marking issue as stale after 7 days of no activity.

@github-actions github-actions bot added the stale label Jun 3, 2024
@sdomi4 sdomi4 added enhancement New feature or request and removed stale question Further information is requested labels Jun 3, 2024
@Himyu
Copy link
Contributor

Himyu commented Jul 21, 2024

Technically it is possible
To put all dependencies in the main node_modules folder.
But we still need the packages in the modules to keep them isolated for building on GitHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants