From d4ee6e846cd90bfa01e49ef10db6fbffcff78bdd Mon Sep 17 00:00:00 2001 From: Marco Fugaro Date: Tue, 25 Sep 2018 11:43:56 +0200 Subject: [PATCH] Remove highlightCode:true because it's now the default --- packages/react-scripts/config/webpack.config.dev.js | 2 -- packages/react-scripts/config/webpack.config.prod.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/packages/react-scripts/config/webpack.config.dev.js b/packages/react-scripts/config/webpack.config.dev.js index cb19f7f6b92..adcf2627b3a 100644 --- a/packages/react-scripts/config/webpack.config.dev.js +++ b/packages/react-scripts/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, }, }, ], @@ -304,7 +303,6 @@ module.exports = { 'react-scripts', ]), // @remove-on-eject-end - highlightCode: true, }, }, ], diff --git a/packages/react-scripts/config/webpack.config.prod.js b/packages/react-scripts/config/webpack.config.prod.js index 5ab033bad31..fed156e66fd 100644 --- a/packages/react-scripts/config/webpack.config.prod.js +++ b/packages/react-scripts/config/webpack.config.prod.js @@ -303,7 +303,6 @@ module.exports = { // Save disk space when time isn't as important cacheCompression: true, compact: true, - highlightCode: true, }, }, ], @@ -335,7 +334,6 @@ module.exports = { 'react-scripts', ]), // @remove-on-eject-end - highlightCode: true, }, }, ],