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

Method buildStart

packages/vite/src/node/server/pluginContainer.ts:1250–1254  ·  view source on GitHub ↗
(_options?: InputOptions)

Source from the content-addressed store, hash-verified

1248 // watchChange is called per environment for a plugin with the perEnvironmentWatchChangeDuringDev flag
1249
1250 async buildStart(_options?: InputOptions): Promise<void> {
1251 return (
1252 this.environments.client as DevEnvironment
1253 ).pluginContainer.buildStart(_options)
1254 }
1255
1256 async watchChange(
1257 id: string,

Callers 4

createDevServerFunction · 0.45
createDevServerFunction · 0.45
initServerFunction · 0.45

Calls

no outgoing calls

Tested by 2

createDevServerFunction · 0.36
createDevServerFunction · 0.36