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

Function buildEnd

packages/vite/rolldown.config.ts:277–289  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

275 },
276 },
277 buildEnd(err) {
278 if (this.meta.watchMode) return
279
280 if (!err) {
281 for (const file in deps) {
282 if (!transformed[file]) {
283 this.error(
284 `Did not find "${file}" which is supposed to be shimmed, was the file renamed?`,
285 )
286 }
287 }
288 }
289 },
290 }
291}
292

Callers

nothing calls this directly

Calls 1

errorMethod · 0.65

Tested by

no test coverage detected