Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions packages/vite/src/node/server/pluginContainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ import type {
ModuleOptions,
ModuleType,
NormalizedInputOptions,
OutputOptions,
ParallelPluginHooks,
PartialNull,
PartialResolvedId,
Expand Down Expand Up @@ -135,13 +134,6 @@ export function throwClosedServerError(): never {
throw err
}

export interface PluginContainerOptions {
cwd?: string
output?: OutputOptions
modules?: Map<string, { info: ModuleInfo }>
writeFile?: (name: string, source: string | Uint8Array) => void
}

/**
* Create a plugin container with a set of plugins. We pass them as a parameter
* instead of using environment.plugins to allow the creation of different
Expand Down
Loading