Remove irrelevant options from cache key

Reviewed By: jeanlauliac

Differential Revision: D4938131

fbshipit-source-id: 88b686bc5ee6946297e1fd1b91d46fa618f0d9d7
This commit is contained in:
David Aurelio
2017-04-25 03:49:51 -07:00
committed by Facebook Github Bot
parent 291a497bc4
commit 3e08a28987
14 changed files with 118 additions and 106 deletions

View File

@@ -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,