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

Function buildStart

packages/vite/src/node/plugins/worker.ts:402–405  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

400 name: 'vite:worker',
401
402 buildStart() {
403 if (isWorker) return
404 emittedAssets.clear()
405 },
406
407 load: {
408 filter: { id: workerOrSharedWorkerRE },

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected