mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
packager: add GlobalTransformCache
Reviewed By: davidaurelio Differential Revision: D4175938 fbshipit-source-id: 1f57d594b4c8c8189feb2ea6d4d4011870ffd85f
This commit is contained in:
committed by
Facebook Github Bot
parent
439092742a
commit
5d30045211
@@ -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,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user