packager: add GlobalTransformCache

Reviewed By: davidaurelio

Differential Revision: D4175938

fbshipit-source-id: 1f57d594b4c8c8189feb2ea6d4d4011870ffd85f
This commit is contained in:
Jean Lauliac
2016-11-24 09:58:31 -08:00
committed by Facebook Github Bot
parent 439092742a
commit 5d30045211
9 changed files with 330 additions and 46 deletions
@@ -45,5 +45,9 @@ module.exports = [
command: '--reset-cache',
description: 'Removes cached files',
default: false,
}, {
command: '--read-global-cache',
description: 'Try to fetch transformed JS code from the global cache, if configured.',
default: false,
},
];