UNPKG

@expo/webpack-config

Version:

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

5 lines (4 loc) 171 B
import { AnyConfiguration } from '../types'; export default function withAlias(webpackConfig: AnyConfiguration, alias?: { [key: string]: string; }): AnyConfiguration;