Use the result of the cache key function

Reviewed By: rafeca

Differential Revision: D7729279

fbshipit-source-id: 1684576cf18dc62a0f4de6249bc3dcd92f7f6c2f
This commit is contained in:
Miguel Jimenez Esun 2018-04-23 10:49:46 -07:00 committed by Facebook Github Bot
parent e32c71dc36
commit 2a029e05e8
1 changed files with 1 additions and 2 deletions

View File

@ -157,9 +157,8 @@ class Bundler {
this._baseHash = stableHash([
opts.assetExts,
opts.assetRegistryPath,
getTransformCacheKey,
getTransformCacheKey(),
opts.minifierPath,
'experimental',
]).toString('binary');
this._projectRoots = opts.projectRoots;