File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages/react-scripts/config Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,8 @@ module.exports = function(webpackEnv) {
404
404
// It enables caching results in ./node_modules/.cache/babel-loader/
405
405
// directory for faster rebuilds.
406
406
cacheDirectory : true ,
407
- cacheCompression : isEnvProduction ,
407
+ // See #6846 for context on why cacheCompression is disabled
408
+ cacheCompression : false ,
408
409
compact : isEnvProduction ,
409
410
} ,
410
411
} ,
@@ -425,7 +426,8 @@ module.exports = function(webpackEnv) {
425
426
] ,
426
427
] ,
427
428
cacheDirectory : true ,
428
- cacheCompression : isEnvProduction ,
429
+ // See #6846 for context on why cacheCompression is disabled
430
+ cacheCompression : false ,
429
431
// @remove -on-eject-begin
430
432
cacheIdentifier : getCacheIdentifier (
431
433
isEnvProduction
You can’t perform that action at this time.
0 commit comments