Adds another cache layer to the babel plugin primarily aimed at dev server rebuilds. It uses file modification timestamp for cache invalidation which might cause some false negatives/positives, but should be faster than comparing the entire file contents.
In a react-native init app, this reduces rebuilds with ~20-30%.
Adds another cache layer to the babel plugin primarily aimed at dev server rebuilds. It uses file modification timestamp for cache invalidation which might cause some false negatives/positives, but should be faster than comparing the entire file contents.
In a
react-native init
app, this reduces rebuilds with ~20-30%.