Home
last modified time | relevance | path

Searched refs:rootConfig (Results 1 – 10 of 10) sorted by relevance

/expo/packages/@expo/cli/src/start/doctor/web/
H A DWebSupportProjectPrerequisite.ts40 if (isWebPlatformExcluded(config.rootConfig)) {
93 export function isWebPlatformExcluded(rootConfig: AppJSONConfig): boolean {
96 Array.isArray(rootConfig.expo?.platforms) &&
97 !!rootConfig.expo?.platforms.length &&
98 !rootConfig.expo?.platforms.includes('web');
/expo/packages/@expo/config/src/
H A DConfig.ts94 const rootConfig = (rawStaticConfig || {}) as AppJSONConfig; constant
112 rootConfig,
279 if (config.rootConfig.expo) {
281 ...config.rootConfig,
282 expo: { ...config.rootConfig.expo, ...modifications },
286 outputConfig = { ...config.rootConfig, ...modifications };
H A DConfig.types.ts25 rootConfig: AppJSONConfig; property
/expo/packages/@expo/cli/src/start/doctor/web/__tests__/
H A DWebSupportProjectPrerequisite-test.ts80 rootConfig: {
98 rootConfig: {
/expo/packages/@expo/config/build/
H A DConfig.js189 const rootConfig = rawStaticConfig || {};
206 rootConfig,
348 if (config.rootConfig.expo) {
350 ...config.rootConfig,
352 ...config.rootConfig.expo,
359 ...config.rootConfig,
H A DConfig.types.d.ts25 rootConfig: AppJSONConfig; property
H A DConfig.js.map1rootConfig","staticConfig","packageJson","packageJsonPath","getPackageJsonAndPath","fillAndReturnC…
H A DConfig.types.js.map1 …pty object will be returned even if no static config exists.\n */\n rootConfig: AppJSONConfig;\…
/expo/packages/@expo/cli/e2e/__tests__/
H A Dutils.ts151 const { rootConfig, staticConfigPath } = getConfig(projectRoot, { constant
158 ...rootConfig,
160 ...(rootConfig.expo || {}),
/expo/packages/@expo/cli/src/prebuild/__tests__/
H A DensureConfigAsync-test.ts49 expect(config.rootConfig._internal).not.toBeDefined();