question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Automatically trigger verbose stats when using `--profile`

See original GitHub issue

Feature request

The flags --progress --profile explicitly tell webpack to produce a detailed output but instead the output is clipped with + 243 hidden lines

What is the expected behavior?

It makes no sense to clip the output I just requested, so those two flags should imply --stats verbose

What is motivation or use case for adding/changing the behavior?

It might just be me, but this makes me incredibly frustrated. I found the flag to do what I want and it does not work. It doesn’t help that the problem isn’t Googlable and I had to open https://github.com/webpack/webpack/discussions/14016

How should this be implemented in your opinion?

A new default automatic behavior

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
alexander-akaitcommented, Aug 21, 2021

--progress shows percents of progress --profile for profiling using webpack itself --stats verbose for stats

it is very different flags…

0reactions
webpack-botcommented, Nov 23, 2021

This issue had no activity for at least three months.

It’s subject to automatic issue closing if there is no activity in the next 15 days.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Stats - webpack
The stats option lets you precisely control what bundle information gets displayed. This can be a nice middle ground if you don't want...
Read more >
Command line options - AWS Documentation
In the AWS CLI, command line options are global parameters you can use to override the default configuration settings, any corresponding profile setting, ......
Read more >
How do I profile a Python script? - Stack Overflow
The usual way I use it is to generate a stat file with %prun and then do analysis in SnakeViz.
Read more >
PROFILE - SingleStore Documentation
When you run a PROFILE statement, it executes the associated statement and collects resource usage metrics about the statement.
Read more >
Logcat command-line tool - Android Developers
Logcat is a command-line tool that dumps a log of system messages when the device throws an error and sends messages that you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found