UNPKG

@expo/webpack-config

Version:

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

4 lines (3 loc) 174 B
import { Rule } from 'webpack'; declare function createFontLoader(projectRoot: string, includeModule: (...props: string[]) => string): Rule; export default createFontLoader;