@expo/webpack-config
Version:
The default Webpack configuration used to build Expo apps targeting the web.
8 lines (7 loc) • 326 B
TypeScript
/**
* Get the platform specific platform extensions in the format that Webpack expects (with a dot prefix).
*
* @param platforms supported platforms in order of priority. ex: ios, android, web, native, electron, etc...
* @category env
*/
export declare function getModuleFileExtensions(...platforms: string[]): string[];