Commit d24a1c95 authored by Dan Abramov's avatar Dan Abramov
Browse files

Tweak initial output

parent 37009b1f
No related merge requests found
Showing with 3 additions and 1 deletion
+3 -1
...@@ -149,6 +149,8 @@ new WebpackDevServer(compiler, { ...@@ -149,6 +149,8 @@ new WebpackDevServer(compiler, {
return console.log(err); return console.log(err);
} }
console.log('Starting the development server...'); clearConsole();
console.log(chalk.cyan('Starting the development server...'));
console.log();
openBrowser(); openBrowser();
}); });
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment