UNPKG

@expo/webpack-config

Version:

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

6 lines (5 loc) 243 B
import { AnyConfiguration, InputEnvironment } from '../types'; export default function withEntry(webpackConfig: AnyConfiguration, env: InputEnvironment | undefined, options: { entryPath: string; strict?: boolean; }): AnyConfiguration;