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

[vite-node] allow watching for node_modules/* #7355

Open
4 tasks done
y-nk opened this issue Jan 24, 2025 · 0 comments
Open
4 tasks done

[vite-node] allow watching for node_modules/* #7355

y-nk opened this issue Jan 24, 2025 · 0 comments

Comments

@y-nk
Copy link

y-nk commented Jan 24, 2025

Clear and concise description of the problem

When using in a monorepo as a dev environment, it'd be convenient to have way to include node_modules so that depending workspace packages could also be a reason for rebuild.

Suggested solution

either --watch-node-modules to enable the feature
or maybe --watch-node-modules="regexp" so we could scope which package to watch

Alternative

Adding a config and --config but it's a bit verbose and could benefit a cli option.

Additional context

No response

Validations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant