UNPKG

@expo/webpack-config

Version:

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

4 lines (3 loc) 277 B
import webpack from 'webpack'; export declare function getNotFoundError(compilation: any, input: any, fileName: string): Promise<any>; export declare function getModuleDependencyWarning(compilation: webpack.compilation.Compilation, input: any, fileName: string): Promise<any>;