You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 featureor maybe
--watch-node-modules="regexp"
so we could scope which package to watchAlternative
Adding a config and
--config
but it's a bit verbose and could benefit a cli option.Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: