Home
last modified time | relevance | path

Searched refs:bundleOptions (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/export/
H A DcreateBundles.ts17 bundleOptions: { platforms: Platform[]; dev?: boolean; minify?: boolean }
19 if (!bundleOptions.platforms.length) {
34 bundleOptions.platforms.map((platform: Platform) => ({
37 minify: bundleOptions.minify,
38 dev: bundleOptions.dev,
43 return bundleOptions.platforms.reduce<Partial<Record<Platform, BundleOutput>>>(
H A Dfork-bundleAsync.ts86 const bundleOptions: MetroBundleOptions = { constant
108 ...bundleOptions,
117 const { code, map } = await metroServer.build(bundleOptions);
119 getAssets(metroServer, bundleOptions),
120 getCssModulesFromBundler(config, metroServer.getBundler(), bundleOptions),