Hi,
What about adding a Build at info to console output:
We can know when the last time we build(save), many times i forget to save my file after doing some changes and waited on my web pages to be updated but nothing happened :p
I have just updated webpack/lib/Stats.js:
if(typeof obj.time === "number") {
colors.normal("Build at: ");
colors.bold(new Date);
newline();
colors.normal("Took: ");
colors.bold(obj.time);
colors.normal("ms");
newline();
}
Thanks
@filipesilva not yet, but I think I can make some time for this.