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

Tweak initial output

parent 37009b1f
Showing with 3 additions and 1 deletion
+3 -1
......@@ -149,6 +149,8 @@ new WebpackDevServer(compiler, {
return console.log(err);
}
console.log('Starting the development server...');
clearConsole();
console.log(chalk.cyan('Starting the development server...'));
console.log();
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