Skip to content

Commit 5cc55d8

Browse files
yeskunallConnor Clark
authored andcommitted
Add built at time to webpack output
1 parent 7de55c8 commit 5cc55d8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/Stats.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,9 @@ class Stats {
612612
newline();
613613
}
614614
if(typeof obj.time === "number") {
615+
colors.normal("Built at: ");
616+
colors.bold(new Date(obj.builtAt));
617+
newline();
615618
colors.normal("Time: ");
616619
colors.bold(obj.time);
617620
colors.normal("ms");

0 commit comments

Comments
 (0)