mirror of https://github.com/webpack/webpack.git
Merge pull request #2699 from mxstbr/log-watching
Add log when in watch mode
This commit is contained in:
commit
f2e5f81789
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue