UNPKG

@expo/webpack-config

Version:

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

4 lines (3 loc) 170 B
import { Configuration } from 'webpack'; export declare function isDebugMode(): boolean; export default function withOptimizations(config: Configuration): Configuration;