Remove highlightCode:true because it's now the default (#5085)

This commit is contained in:
Marco Fugaro
2018-09-27 06:15:38 +02:00
committed by Joe Haddad
parent 52f2946919
commit 1b57f0157b
2 changed files with 0 additions and 4 deletions

View File

@@ -267,7 +267,6 @@ module.exports = {
cacheDirectory: true,
// Don't waste time on Gzipping the cache
cacheCompression: false,
highlightCode: true,
},
},
],
@@ -309,7 +308,6 @@ module.exports = {
'react-scripts',
]),
// @remove-on-eject-end
highlightCode: true,
// If an error happens in a package, it's possible to be
// because it was compiled. Thus, we don't want the browser
// debugger to show the original code. Instead, the code

View File

@@ -306,7 +306,6 @@ module.exports = {
// Save disk space when time isn't as important
cacheCompression: true,
compact: true,
highlightCode: true,
},
},
],
@@ -343,7 +342,6 @@ module.exports = {
'react-scripts',
]),
// @remove-on-eject-end
highlightCode: true,
// If an error happens in a package, it's possible to be
// because it was compiled. Thus, we don't want the browser
// debugger to show the original code. Instead, the code