chirag_lad
chirag_lad

Reputation: 249

Prettify console output of Webpack

I am new with Webpack and gradually learning stuff. One thing I don't like or I should say finding it difficult is to interpret the console log message webpack emits when during a build or after that (using webpack cli). Is there any plugin or something that would prettify the output and make it easier to understand like for eg: how gulp outputs stuff like start/end of task, current task being executed and more..

Upvotes: 1

Views: 2861

Answers (1)

Dave Lunny
Dave Lunny

Reputation: 770

I know this question is old, but here's a package that I use which might help make your output a little less cryptic: webpack-messages.

Upvotes: 2

Related Questions