mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Remove irrelevant options from cache key
Reviewed By: jeanlauliac Differential Revision: D4938131 fbshipit-source-id: 88b686bc5ee6946297e1fd1b91d46fa618f0d9d7
This commit is contained in:
committed by
Facebook Github Bot
parent
291a497bc4
commit
3e08a28987
@@ -54,7 +54,7 @@ function attachHMRServer({httpServer, path, packagerServer}: HMROptions) {
|
||||
dependenciesModulesCache: {[mixed]: Module},
|
||||
shallowDependencies: {[string]: Array<Module>},
|
||||
inverseDependenciesCache: mixed,
|
||||
resolutionResponse: ResolutionResponse<Module>,
|
||||
resolutionResponse: ResolutionResponse<Module, *>,
|
||||
}> {
|
||||
return packagerServer.getDependencies({
|
||||
platform: platform,
|
||||
|
||||
Reference in New Issue
Block a user