@expo/webpack-config
Version:
A Webpack configuration used to bundle Expo websites with Expo CLI.
8 lines (7 loc) • 304 B
TypeScript
export declare const EXPO_DEBUG: boolean;
export declare const host: string;
export declare const sockHost: string | undefined;
export declare const sockPath: string;
export declare const sockPort: string | undefined;
export declare const shouldUseSourceMap: boolean;
export declare const isCI: boolean;