Fix paths of module system and polyfills

Reviewed By: cpojer

Differential Revision: D4993289

fbshipit-source-id: d689ed8921c0d07ce2c1301cef3f5a75ff3a6e15
This commit is contained in:
David Aurelio
2017-05-03 13:19:00 -07:00
committed by Facebook Github Bot
parent 18e0f84349
commit 7eb005b4df
+1 -1
View File
@@ -153,7 +153,7 @@ export type TransformedSourceFile =
export type LibraryOptions = {|
dependencies?: Array<string>,
platform?: string,
root: string,
rebasePath: string => string,
|};
export type Base64Content = string;