UNPKG

@expo/webpack-config

Version:

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

4 lines (3 loc) 224 B
import webpack from 'webpack'; import { WebpackFileError } from './WebpackFileError'; export declare function getModuleBuildError(compilation: webpack.compilation.Compilation, input: any): Promise<WebpackFileError | false>;