mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Add option to disable internal transforms
Reviewed By: davidaurelio Differential Revision: D2815307 fb-gh-sync-id: 17ed8f13de7b4c41111efa4a5f2af5283e6ef3e0
This commit is contained in:
committed by
facebook-github-bot-3
parent
1dc56a6758
commit
8604bd1812
@@ -28,6 +28,7 @@ function buildBundle(args, config, output = outputBundle) {
|
||||
getTransformOptionsModulePath: config.getTransformOptionsModulePath,
|
||||
transformModulePath: args.transformer,
|
||||
verbose: args.verbose,
|
||||
disableInternalTransforms: true,
|
||||
};
|
||||
|
||||
const requestOpts = {
|
||||
|
||||
Reference in New Issue
Block a user