UNPKG

@expo/webpack-config

Version:

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

3 lines (2 loc) 160 B
import { DevConfiguration, Environment } from './types'; export declare function reportAsync(webpackConfig: DevConfiguration, env: Environment): Promise<void>;