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

Function toOutputPublicAssetFilePath

packages/vite/src/node/plugins/html.ts:931–932  ·  view source on GitHub ↗
(filename: string)

Source from the content-addressed store, hash-verified

929 toOutputFilePath(filename, 'asset')
930
931 const toOutputPublicAssetFilePath = (filename: string) =>
932 toOutputFilePath(filename, 'public')
933
934 const isAsync = isAsyncScriptMap.get(config)!.get(normalizedId)!
935

Callers 1

generateBundleFunction · 0.85

Calls 1

toOutputFilePathFunction · 0.85

Tested by

no test coverage detected