MCPcopy 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

1import { mergeConfig, type UserConfig } from 'vite';
2import path from 'path';
3import { existsSync, readFileSync } from 'fs';
4import { createRequire } from 'node:module';

Callers

nothing calls this directly

Calls 7

getProjectAppPathFunction · 0.85
findPackageInNodeModulesFunction · 0.85
resolveMethod · 0.80
replaceMethod · 0.80
createRequireFunction · 0.50
getProjectRootPathFunction · 0.50
applyExternalConfigsFunction · 0.50

Tested by

no test coverage detected