mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-02 17:18:58 +08:00
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:
committed by
facebook-github-bot-4
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 =>
|
||||
|
||||
Reference in New Issue
Block a user