Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ base.ts
File
base.ts
packages/vite/configuration/base.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mergeConfig,
type
UserConfig } from
'vite'
;
2
import
path from
'path'
;
3
import
{ existsSync, readFileSync } from
'fs'
;
4
import
{ createRequire } from
'node:module'
;
Callers
nothing calls this directly
Calls
7
getProjectAppPath
Function · 0.85
findPackageInNodeModules
Function · 0.85
resolve
Method · 0.80
replace
Method · 0.80
createRequire
Function · 0.50
getProjectRootPath
Function · 0.50
applyExternalConfigs
Function · 0.50
Tested by
no test coverage detected