UNPKG

@expo/webpack-config

Version:

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

5 lines (4 loc) 238 B
/** @internal */ /** */ import { Configuration } from 'webpack'; import { Arguments, DevConfiguration, Environment } from './types'; export default function (env: Environment, argv?: Arguments): Promise<Configuration | DevConfiguration>;