Skip to content

Commit

Permalink
Remove highlightCode:true because it's now the default (facebook#5085)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofugaro authored and Timer committed Sep 27, 2018
1 parent 52f2946 commit 1b57f01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/react-scripts/config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ module.exports = {
cacheDirectory: true,
// Don't waste time on Gzipping the cache
cacheCompression: false,
highlightCode: true,
},
},
],
Expand Down Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions packages/react-scripts/config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ module.exports = {
// Save disk space when time isn't as important
cacheCompression: true,
compact: true,
highlightCode: true,
},
},
],
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1b57f01

Please sign in to comment.