File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,6 @@ module.exports = {
267
267
cacheDirectory : true ,
268
268
// Don't waste time on Gzipping the cache
269
269
cacheCompression : false ,
270
- highlightCode : true ,
271
270
} ,
272
271
} ,
273
272
] ,
@@ -309,7 +308,6 @@ module.exports = {
309
308
'react-scripts' ,
310
309
] ) ,
311
310
// @remove -on-eject-end
312
- highlightCode : true ,
313
311
// If an error happens in a package, it's possible to be
314
312
// because it was compiled. Thus, we don't want the browser
315
313
// debugger to show the original code. Instead, the code
Original file line number Diff line number Diff line change @@ -306,7 +306,6 @@ module.exports = {
306
306
// Save disk space when time isn't as important
307
307
cacheCompression : true ,
308
308
compact : true ,
309
- highlightCode : true ,
310
309
} ,
311
310
} ,
312
311
] ,
@@ -343,7 +342,6 @@ module.exports = {
343
342
'react-scripts' ,
344
343
] ) ,
345
344
// @remove -on-eject-end
346
- highlightCode : true ,
347
345
// If an error happens in a package, it's possible to be
348
346
// because it was compiled. Thus, we don't want the browser
349
347
// debugger to show the original code. Instead, the code
You can’t perform that action at this time.
0 commit comments