Skip to content

Commit 9615b13

Browse files
authored
fix(optimizer): suppress warnings for optimizer (#160)
1 parent 9865a3a commit 9615b13

File tree

1 file changed

+1
-1
lines changed
  • packages/vite/src/node/optimizer

1 file changed

+1
-1
lines changed

packages/vite/src/node/optimizer/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ async function prepareRolldownOptimizerRun(
788788
...rollupOptions,
789789
// TODO: pass target
790790
input: flatIdDeps,
791-
logLevel: 'warn',
791+
logLevel: 'silent',
792792
plugins,
793793
define,
794794
platform,

0 commit comments

Comments
 (0)