mirror of https://github.com/status-im/metro.git
Use the result of the cache key function
Reviewed By: rafeca Differential Revision: D7729279 fbshipit-source-id: 1684576cf18dc62a0f4de6249bc3dcd92f7f6c2f
This commit is contained in:
parent
e32c71dc36
commit
2a029e05e8
|
@ -157,9 +157,8 @@ class Bundler {
|
|||
this._baseHash = stableHash([
|
||||
opts.assetExts,
|
||||
opts.assetRegistryPath,
|
||||
getTransformCacheKey,
|
||||
getTransformCacheKey(),
|
||||
opts.minifierPath,
|
||||
'experimental',
|
||||
]).toString('binary');
|
||||
|
||||
this._projectRoots = opts.projectRoots;
|
||||
|
|
Loading…
Reference in New Issue