mirror of https://github.com/status-im/metro.git
metro: break jest-haste-map cache
Reviewed By: cpojer, mjesun Differential Revision: D6728279 fbshipit-source-id: ef26c6a295626adb6ff6272b308110fd00b096e2
This commit is contained in:
parent
cc7ceebaff
commit
dfcaa30f26
|
@ -66,7 +66,7 @@ type Options = {|
|
|||
+watch: boolean,
|
||||
|};
|
||||
|
||||
const JEST_HASTE_MAP_CACHE_BREAKER = 1;
|
||||
const JEST_HASTE_MAP_CACHE_BREAKER = 2;
|
||||
|
||||
class DependencyGraph extends EventEmitter {
|
||||
_assetResolutionCache: AssetResolutionCache;
|
||||
|
|
Loading…
Reference in New Issue