Skip to content

Commit 918c46a

Browse files
marcofugaroTimer
authored andcommitted
Remove highlightCode:true because it's now the default (facebook#5085)
1 parent c55ec99 commit 918c46a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

config/webpack.config.dev.js

-2
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ module.exports = {
267267
cacheDirectory: true,
268268
// Don't waste time on Gzipping the cache
269269
cacheCompression: false,
270-
highlightCode: true,
271270
},
272271
},
273272
],
@@ -309,7 +308,6 @@ module.exports = {
309308
'react-scripts',
310309
]),
311310
// @remove-on-eject-end
312-
highlightCode: true,
313311
// If an error happens in a package, it's possible to be
314312
// because it was compiled. Thus, we don't want the browser
315313
// debugger to show the original code. Instead, the code

config/webpack.config.prod.js

-2
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ module.exports = {
306306
// Save disk space when time isn't as important
307307
cacheCompression: true,
308308
compact: true,
309-
highlightCode: true,
310309
},
311310
},
312311
],
@@ -343,7 +342,6 @@ module.exports = {
343342
'react-scripts',
344343
]),
345344
// @remove-on-eject-end
346-
highlightCode: true,
347345
// If an error happens in a package, it's possible to be
348346
// because it was compiled. Thus, we don't want the browser
349347
// debugger to show the original code. Instead, the code

0 commit comments

Comments
 (0)