Skip to content

Commit

Permalink
Fix paths of module system and polyfills
Browse files Browse the repository at this point in the history
Reviewed By: cpojer

Differential Revision: D4993289

fbshipit-source-id: d689ed8921c0d07ce2c1301cef3f5a75ff3a6e15
  • Loading branch information
davidaurelio authored and facebook-github-bot committed May 3, 2017
1 parent 18e0f84 commit 7eb005b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/src/ModuleGraph/types.flow.js
Expand Up @@ -153,7 +153,7 @@ export type TransformedSourceFile =
export type LibraryOptions = {|
dependencies?: Array<string>,
platform?: string,
root: string,
rebasePath: string => string,
|};

export type Base64Content = string;
Expand Down

0 comments on commit 7eb005b

Please sign in to comment.