MCPcopy
hub / github.com/vitejs/vite / resolvedPlugin

Function resolvedPlugin

playground/vitestSetup.ts:291–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289 let resolvedConfig: ResolvedConfig
290 // determine build watch
291 const resolvedPlugin: () => PluginOption = () => ({
292 name: 'vite-plugin-watcher',
293 configResolved(config) {
294 resolvedConfig = config
295 },
296 })
297 const buildConfig = mergeConfig(
298 await loadConfig({ command: 'build', mode: 'production' }),
299 {

Callers 1

startDefaultServeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected