Description
Do you want to request a feature or report a bug?
Feature Request
What is the current behavior?
When webpack --watch
is first run, the first thing it does it compile all of the entries.
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
For webpack to simply start watching the files and not immediately compile. But given that this doesn't apply as much to single-entry instances, at least have an option for it.
If this is a feature request, what is motivation or use case for changing the behavior?
Given the number of entries (and if sourcemaps are enabled) this can can take a significant amount of time. With this feature one would be able to enable watching and immediately get to work without having to worry about whether it's finishing compiling and is actually watching, yet.
Please mention other relevant information such as the browser version, Node.js version, webpack version and Operating System.
Node: 4.5.0
Webpack: 2.6.1
OS: Windows 10