Skip to content

Commit

Permalink
wip: replace RollupWarning with RollupLog
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Sep 30, 2023
1 parent e6474ba commit 00e0ece
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vite/src/node/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import type {
RollupLog,
RollupOptions,
RollupOutput,
RollupWarning,
RollupWatcher,
WatcherOptions,
} from 'rollup'
Expand Down Expand Up @@ -858,7 +857,7 @@ const dynamicImportWarningIgnoreList = [
]

export function onRollupWarning(
warning: RollupWarning,
warning: RollupLog,
warn: LoggingFunction,
config: ResolvedConfig,
): void {
Expand Down

0 comments on commit 00e0ece

Please sign in to comment.