Home / Type/ PluginContainerOptions Type — vite Architecture

PluginContainerOptions Type — vite Architecture

Architecture documentation for the PluginContainerOptions type/interface in pluginContainer.ts from the vite codebase.

Entity Profile

Dependency Diagram

graph TD
  ec97a1d5_b023_011c_82d2_49c37811d766["PluginContainerOptions"]
  3b8df068_35d0_2c94_3ad1_e93c93d1d613["pluginContainer.ts"]
  ec97a1d5_b023_011c_82d2_49c37811d766 -->|defined in| 3b8df068_35d0_2c94_3ad1_e93c93d1d613
  style ec97a1d5_b023_011c_82d2_49c37811d766 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/vite/src/node/server/pluginContainer.ts lines 138–143

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

Frequently Asked Questions

What is the PluginContainerOptions type?
PluginContainerOptions is a type/interface in the vite codebase, defined in packages/vite/src/node/server/pluginContainer.ts.
Where is PluginContainerOptions defined?
PluginContainerOptions is defined in packages/vite/src/node/server/pluginContainer.ts at line 138.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free