Skip to content

Commit 794aea0

Browse files
committed
fix: slient output for runtime helper bundle
1 parent fc32f0b commit 794aea0

File tree

1 file changed

+1
-0
lines changed
  • packages/vite/src/node/plugins

1 file changed

+1
-0
lines changed

packages/vite/src/node/plugins/oxc.ts

+1
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ async function generateRuntimeHelpers(
517517
cwd: rolldownDir,
518518
input: 'entrypoint',
519519
platform: 'neutral',
520+
logLevel: 'silent',
520521
plugins: [
521522
{
522523
name: 'entrypoint',

0 commit comments

Comments
 (0)