Skip to content

Commit

Permalink
Filter more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
frandiox committed Apr 4, 2024
1 parent 4686f33 commit 212b9ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/cli/src/lib/log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,7 @@ export function muteDevLogs({workerReload}: {workerReload?: boolean} = {}) {
// Log that gets entangled with our initial dev logs
([first]) =>
typeof first === 'string' &&
/^Re-optimizing dependencies because vite config has changed/i.test(
first,
),
/^Re-optimizing dependencies because/i.test(first),
() => {},
],
[
Expand Down

0 comments on commit 212b9ac

Please sign in to comment.