mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-29 08:58:15 +08:00
Remove highlightCode:true because it's now the default (#5085)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user