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

Function renderStart

packages/plugin-legacy/src/index.ts:389–392  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

387 apply: 'build',
388
389 renderStart(opts) {
390 // Empty the nested map for this output
391 outputToChunkFileNameToPolyfills.set(opts, null)
392 },
393
394 configResolved(_config) {
395 if (_config.build.lib) {

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected