Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit 794aea0

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/vite/src/node/plugins

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

Lines changed: 1 addition & 0 deletions
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)