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

node_modules folder is copied to the build folder by default, even though it's set as a Skipped Folder in the Project Settings #721

Open
heathflohre opened this issue Feb 21, 2025 · 1 comment

Comments

@heathflohre
Copy link

Whether it's starting a new Tailwind project or a custom project with npm packages, the node_modules folder is copied to the build folder by default after the initial install and build, even though it's set as a Skipped Folder in the Project Settings. I always have to select the folder and choose "Ignore This Folder." Is this intended?

@bdkjones
Copy link
Owner

Yes, it’s intended. The dependencies in node_modules are usually needed at “runtime” when the site is live.

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

No branches or pull requests

2 participants