Home
last modified time | relevance | path

Searched refs:bundleAsync (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/cli/src/export/
H A DcreateBundles.ts3 import { bundleAsync, BundleOutput } from './fork-bundleAsync';
25 const bundles = await bundleAsync(
H A Dfork-bundleAsync.ts59 export async function bundleAsync( function
/expo/packages/@expo/cli/src/start/server/metro/
H A DbundleApiRoutes.ts36 async function bundleAsync() {
61 const route = bundleAsync();
/expo/packages/@expo/cli/src/export/web/
H A DexportWebAsync.ts34 await bundler.bundleAsync({
/expo/packages/@expo/cli/src/start/server/webpack/__tests__/
H A DWebpackBundlerDevServer-test.ts41 await devServer.bundleAsync({ mode: 'development', clear: true });
/expo/packages/@expo/cli/src/start/server/webpack/
H A DWebpackBundlerDevServer.ts98 async bundleAsync({ mode, clear }: { mode: 'development' | 'production'; clear: boolean }) { method in WebpackBundlerDevServer