UNPKG

@expo/webpack-config

Version:

The default Webpack configuration used to build Expo apps targeting the web.

5 lines (4 loc) 213 B
import { ExpoConfig } from '@expo/config'; import { Environment } from '../types'; declare function getConfig(env: Pick<Environment, 'config' | 'locations' | 'projectRoot'>): ExpoConfig; export default getConfig;