Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
run
Function · 0.90
index.spec.ts
File · 0.50
Calls
1
scan
Function · 0.85
Tested by
1
run
Function · 0.72