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

oui.mk: after bundling an application delete its node_modules directory #272

Merged

Conversation

diegonc
Copy link
Contributor

@diegonc diegonc commented Jan 19, 2024

node_modules folder is not used by the built application and leaving it in the build directory consumes scarce filesystem inodes.

When multiple applications are present, it's easy to reach the filesystem's available inode count.

(this may have to do with me importing element-plus and @element-plus/icons-vue in applications; but it is generally useful nonetheless)

node_modules folder is not used by the built application and leaving
it in the build directory consumes scarce filesystem inodes.

When multiple applications are present, it's easy to reach the
filesystem's available inode count.


Signed-off-by: Diego Nieto Cid <[email protected]>
@diegonc diegonc force-pushed the t/delete-node_modules-to-save-idle-inodes branch from 48b6a63 to d4573be Compare January 19, 2024 13:33
@zhaojh329 zhaojh329 merged commit eaac674 into zhaojh329:master Jan 30, 2024
1 check failed
zhaojh329 pushed a commit that referenced this pull request Jan 30, 2024
…ry (#272)

node_modules folder is not used by the built application and leaving
it in the build directory consumes scarce filesystem inodes.

When multiple applications are present, it's easy to reach the
filesystem's available inode count.

Signed-off-by: Diego Nieto Cid <[email protected]>
@diegonc diegonc deleted the t/delete-node_modules-to-save-idle-inodes branch February 8, 2024 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants