Home
last modified time | relevance | path

Searched refs:getWebOutputPath (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/config/src/__tests__/
H A DWeb-test.ts3 import { getConfig, getWebOutputPath } from '../Config';
7 describe(getWebOutputPath, () => {
39 const outputPath = getWebOutputPath(exp);
45 const outputPath = getWebOutputPath(exp);
57 const outputPath = getWebOutputPath(exp);
/expo/packages/@expo/config/build/
H A DConfig.d.ts52 export declare function getWebOutputPath(config?: {
H A DConfig.js11 getWebOutputPath: true, property
24 exports.getWebOutputPath = getWebOutputPath;
440 function getWebOutputPath(config = {}) { function
H A DConfig.js.map1getWebOutputPath","_expo$web","_expo$web$build","process","env","WEBPACK_BUILD_OUTPUT_PATH","web",…
/expo/packages/@expo/config/src/
H A DConfig.ts357 export function getWebOutputPath(config: { [key: string]: any } = {}): string { function