Home
last modified time | relevance | path

Searched refs:webpackPort (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/start/
H A DresolveOptions.ts149 const multiBundlerSettings: { webpackPort?: number; metroPort?: number } = {};
152 const webpackPort = await resolvePortAsync(projectRoot, { constant
157 if (!webpackPort) {
160 multiBundlerSettings.webpackPort = webpackPort;
H A DstartAsync.ts51 bundler === 'webpack' ? multiBundlerSettings.webpackPort : multiBundlerSettings.metroPort;
/expo/packages/@expo/cli/src/start/__tests__/
H A DresolveOptions-test.ts112 webpackPort: 1234,
124 webpackPort: 19006,
130 webpackPort: 19006,