mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-12 11:40:33 +08:00
Revert D4161662: [RNP] New file watching implementation
Differential Revision: D4161662 fbshipit-source-id: 00604387b4f4b808f95275458f1c653981f91b86
This commit is contained in:
committed by
Facebook Github Bot
parent
42d14bef04
commit
14ac051c19
@@ -55,8 +55,8 @@ function buildBundle(args, config, output = outputBundle, packagerInstance) {
|
||||
getTransformOptionsModulePath: config.getTransformOptionsModulePath,
|
||||
transformModulePath: transformModulePath,
|
||||
extraNodeModules: config.extraNodeModules,
|
||||
nonPersistent: true,
|
||||
resetCache: args.resetCache,
|
||||
watch: false,
|
||||
};
|
||||
|
||||
packagerInstance = new Server(options);
|
||||
|
||||
Reference in New Issue
Block a user