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
Multiple `--filter` flags are combined as a union. Exclusion filters are applied after all inclusions.
173
173
174
-
When a `--filter` matches no packages, Vite+ prints a warning and exits successfully, matching pnpm's behavior. Pass `--fail-if-no-match` to abort the run when any filter matches nothing instead.
174
+
When a `--filter` matches no packages, Vite+ prints a warning and exits successfully. Pass `--fail-if-no-match` to abort the run when any filter matches nothing instead.
0 commit comments