We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef89ca6 commit 251d0abCopy full SHA for 251d0ab
1 file changed
packages/vite/src/node/build.ts
@@ -904,6 +904,7 @@ export function onRollupWarning(
904
colors.yellow(`[plugin:${warning.plugin}]`),
905
)} ${colors.yellow(warning.message)}`,
906
)
907
+ return
908
}
909
910
warn(warning)
0 commit comments