cloudfour / core-gulp-tasks

⛔️ DEPRECATED Gulp tasks that we usually need
MIT License
9 stars 0 forks source link

Tweak webpack logging #54

Closed tylersticka closed 7 years ago

tylersticka commented 7 years ago

This tweaks the logging I added in #53 so that the default output is a bit more useful for humans.

The previous version looked nice until I realized it didn't actually break stuff onto new lines gracefully, and it was organized by "chunk," a noun I still don't fully understand. Basically, it was readable for exactly one file and kind of a mess afterward.

This version organizes the output by asset and takes into account line breaks.

screen shot 2016-12-09 at 2 07 44 pm