Add --sourcemap-sources-root to RN packager

Reviewed By: davidaurelio

Differential Revision: D4357122

fbshipit-source-id: dc19474aa54ea4684a6b1c586a9d1e5da0980327
This commit is contained in:
Chris Hopman
2017-01-04 20:45:55 -08:00
committed by Facebook Github Bot
parent 482c73de86
commit da59258372
6 changed files with 70 additions and 14 deletions

View File

@@ -36,6 +36,7 @@ export type OutputOptions = {
dev?: boolean,
platform: string,
sourcemapOutput?: string,
sourcemapSourcesRoot?: string,
};
export type RequestOptions = {|