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

Function build

packages/vite/src/node/optimizer/scan.ts:293–301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

291 )
292
293 async function build() {
294 await scan({
295 ...rolldownOptions,
296 transform: transformOptions,
297 input: entries,
298 logLevel: 'silent',
299 plugins,
300 })
301 }
302
303 return { build }
304}

Callers 2

runFunction · 0.90
index.spec.tsFile · 0.50

Calls 1

scanFunction · 0.85

Tested by 1

runFunction · 0.72