Home
last modified time | relevance | path

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

/expo/packages/expo-yarn-workspaces/__tests__/
H A Dwebpack.js12 const { createWebpackConfigAsync } = require('../webpack');
21 const config = await createWebpackConfigAsync(
33 await createWebpackConfigAsync(fakeEnv, undefined);
46 await createWebpackConfigAsync(
/expo/packages/expo-yarn-workspaces/
H A Dwebpack.js18 exports.createWebpackConfigAsync = async function createWebpackConfigAsync(env, argv) { function
H A DREADME.md48 const { createWebpackConfigAsync } = require('expo-yarn-workspaces/webpack');
51 const config = await createWebpackConfigAsync(env, argv);
H A DCHANGELOG.md97 - Add `createWebpackConfigAsync` export. ([#12566](https://github.com/expo/expo/pull/12566) by [@aj…