Merge pull request #2699 from mxstbr/log-watching

Add log when in watch mode
This commit is contained in:
Tobias Koppers 2016-07-22 14:15:30 +02:00 committed by GitHub
commit f2e5f81789
1 changed files with 1 additions and 0 deletions

View File

@ -298,6 +298,7 @@ function processOptions(options) {
process.stdin.resume();
}
compiler.watch(watchOptions, compilerCallback);
console.log('\nWebpack is watching the files…\n');
} else
compiler.run(compilerCallback);