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 ae60c56 commit a5347fdCopy full SHA for a5347fd
packages/vite/src/node/build.ts
@@ -6,7 +6,7 @@ import type {
6
InputOption,
7
InternalModuleFormat,
8
LogLevel,
9
- // LogOrStringHandler,
+ LogOrStringHandler,
10
ModuleFormat,
11
OutputBundle,
12
OutputChunk,
@@ -87,12 +87,6 @@ import {
87
import type { MinimalPluginContext, Plugin, PluginContext } from './plugin'
88
import type { RollupPluginHooks } from './typeUtils'
89
90
-// TODO: import from rolldown
91
-type LogOrStringHandler = (
92
- level: LogLevel | 'error',
93
- log: RollupLog | string,
94
-) => void
95
-
96
export interface BuildEnvironmentOptions {
97
/**
98
* Compatibility transform target. The transform is performed with esbuild
0 commit comments