UNPKG

@expo/webpack-config

Version:

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

6 lines (5 loc) 377 B
import { Environment, InputEnvironment, Report } from '../types'; export declare function validateReport(report: boolean | Report): Report | null; export declare function validateEnvironment(env: InputEnvironment): Environment; export declare function warnEnvironmentDeprecation(env: InputEnvironment, warnOnce?: boolean): void; export declare function _resetWarnings(): void;