Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/server/webpack/
H A DWebpackBundlerDevServer.ts265 const webpackConfig = require(projectWebpackConfig); constant
266 if (typeof webpackConfig === 'function') {
267 config = await webpackConfig(env, argv);
269 config = webpackConfig;