diff --git a/lib/utils/create_watcher.js b/lib/utils/create_watcher.js index 9239bdd..b4ed3bf 100644 --- a/lib/utils/create_watcher.js +++ b/lib/utils/create_watcher.js @@ -42,7 +42,7 @@ module.exports = function create_watcher() { const compiler = compilers[type]; compiler.plugin('invalid', filename => { - console.log(chalk.red(`${type} bundle invalidated, file changed: ${chalk.bold(filename)}`)); + console.log(chalk.cyan(`${type} bundle invalidated, file changed: ${chalk.bold(filename)}`)); deferreds[type] = deferred(); watcher.ready = invalidate(); });