options() — vite Function Reference
Architecture documentation for the options() function in pluginContainer.ts from the vite codebase.
Entity Profile
Dependency Diagram
graph TD 57e7f823_7340_c130_293b_c7cff61b3d12["options()"] e095f407_f809_eb3e_608e_d152e6847d0a["PluginContainer"] 57e7f823_7340_c130_293b_c7cff61b3d12 -->|defined in| e095f407_f809_eb3e_608e_d152e6847d0a c133d729_0fb3_09cc_2678_0fd71cdf65b3["options()"] c133d729_0fb3_09cc_2678_0fd71cdf65b3 -->|calls| 57e7f823_7340_c130_293b_c7cff61b3d12 c133d729_0fb3_09cc_2678_0fd71cdf65b3["options()"] 57e7f823_7340_c130_293b_c7cff61b3d12 -->|calls| c133d729_0fb3_09cc_2678_0fd71cdf65b3 style 57e7f823_7340_c130_293b_c7cff61b3d12 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/vite/src/node/server/pluginContainer.ts lines 1242–1244
get options(): InputOptions {
return (this.environments.client as DevEnvironment).pluginContainer.options
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does options() do?
options() is a function in the vite codebase, defined in packages/vite/src/node/server/pluginContainer.ts.
Where is options() defined?
options() is defined in packages/vite/src/node/server/pluginContainer.ts at line 1242.
What does options() call?
options() calls 1 function(s): options.
What calls options()?
options() is called by 1 function(s): options.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free