UNPKG

@expo/webpack-config

Version:

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

3 lines (2 loc) 135 B
import { AnyConfiguration } from '../types'; export default function withNodeMocks(webpackConfig: AnyConfiguration): AnyConfiguration;