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

Function toOutputAssetFilePath

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

Source from the content-addressed store, hash-verified

926 }
927
928 const toOutputAssetFilePath = (filename: string) =>
929 toOutputFilePath(filename, 'asset')
930
931 const toOutputPublicAssetFilePath = (filename: string) =>
932 toOutputFilePath(filename, 'public')

Callers 1

generateBundleFunction · 0.85

Calls 1

toOutputFilePathFunction · 0.85

Tested by

no test coverage detected