We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b08e3c commit 91e28a4Copy full SHA for 91e28a4
packages/react-dev-utils/formatWebpackMessages.js
@@ -7,7 +7,6 @@
7
8
'use strict';
9
10
-const chalk = require('chalk');
11
const friendlySyntaxErrorLabel = 'Syntax error:';
12
13
function isLikelyASyntaxError(message) {
@@ -80,8 +79,6 @@ function formatMessage(message) {
80
79
'Run `npm install node-sass` or `yarn add node-sass` inside your workspace.';
81
}
82
83
- lines[0] = chalk.inverse(lines[0]);
84
-
85
message = lines.join('\n');
86
// Internal stacks are generally useless so we strip them... with the
87
// exception of stacks containing `webpack:` because they're normally
0 commit comments