Use same options on dependencies and bundle commands
Reviewed By: sam-swarr Differential Revision: D2821362 fb-gh-sync-id: c07c2f74f237ab95ad4f4a89b7e35af4ca9e8c6b
This commit is contained in:
parent
e08a7f3587
commit
97dcc66e7a
|
@ -63,6 +63,7 @@ function _dependencies(argv, config, resolve, reject) {
|
|||
getTransformOptionsModulePath: config.getTransformOptionsModulePath,
|
||||
transformModulePath: args.transformer,
|
||||
verbose: config.verbose,
|
||||
disableInternalTransforms: true,
|
||||
};
|
||||
|
||||
const relativePath = packageOpts.projectRoots.map(root =>
|
||||
|
|
Loading…
Reference in New Issue