UNPKG

@expo/metro-config

Version:

A Metro config for running React Native projects with the Metro bundler

17 lines (16 loc) 481 B
export type SerialAsset = { originFilename: string; filename: string; source: string; type: 'css-external' | 'css' | 'js' | 'map' | 'json'; metadata: { hmrId?: string; isAsync?: boolean; modulePaths?: string[]; paths?: Record<string, Record<string, string>>; reactServerReferences?: string[]; reactClientReferences?: string[]; expoDomComponentReferences?: string[]; requires?: string[]; }; };