Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ assetsInlineLimit
Function
assetsInlineLimit
playground/hmr/vite.config.ts:30–34 ·
view source on GitHub ↗
(filePath)
Source
from the content-addressed store, hash-verified
28
],
29
},
30
assetsInlineLimit(filePath) {
31
if
(filePath.endsWith(
'logo-no-inline.svg'
)) {
32
return
false
33
}
34
},
35
},
36
plugins: [
37
{
Callers
1
shouldInline
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected