From 918c46a99d8e388ff767fb92b914d655b39b8336 Mon Sep 17 00:00:00 2001 From: Marco Fugaro Date: Thu, 27 Sep 2018 06:15:38 +0200 Subject: [PATCH] Remove highlightCode:true because it's now the default (#5085) --- config/webpack.config.dev.js | 2 -- config/webpack.config.prod.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/config/webpack.config.dev.js b/config/webpack.config.dev.js index 5ca15c583aa..fb9dba5568f 100644 --- a/config/webpack.config.dev.js +++ b/config/webpack.config.dev.js @@ -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 diff --git a/config/webpack.config.prod.js b/config/webpack.config.prod.js index 2bca9e65f98..87b61980eac 100644 --- a/config/webpack.config.prod.js +++ b/config/webpack.config.prod.js @@ -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