mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 09:45:04 +00:00
Fix paths of module system and polyfills
Reviewed By: cpojer Differential Revision: D4993289 fbshipit-source-id: d689ed8921c0d07ce2c1301cef3f5a75ff3a6e15
This commit is contained in:
parent
18e0f84349
commit
7eb005b4df
@ -153,7 +153,7 @@ export type TransformedSourceFile =
|
|||||||
export type LibraryOptions = {|
|
export type LibraryOptions = {|
|
||||||
dependencies?: Array<string>,
|
dependencies?: Array<string>,
|
||||||
platform?: string,
|
platform?: string,
|
||||||
root: string,
|
rebasePath: string => string,
|
||||||
|};
|
|};
|
||||||
|
|
||||||
export type Base64Content = string;
|
export type Base64Content = string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user