mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
packager: optimize assets' JS
Reviewed By: davidaurelio Differential Revision: D5010186 fbshipit-source-id: 3c26d8b8792df1dbc24e5200f28f63e017cb0173
This commit is contained in:
committed by
Facebook Github Bot
parent
2a5959ae6e
commit
7d6fec0a39
@@ -152,6 +152,7 @@ export type TransformedSourceFile =
|
||||
|
||||
export type LibraryOptions = {|
|
||||
dependencies?: Array<string>,
|
||||
optimize: boolean,
|
||||
platform?: string,
|
||||
rebasePath: string => string,
|
||||
|};
|
||||
|
||||
Reference in New Issue
Block a user