Automatically trigger verbose stats when using `--profile`
See original GitHub issueFeature 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:
- Created 2 years ago
- Comments:9 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
--progress
shows percents of progress--profile
for profiling using webpack itself--stats verbose
for statsit is very different flags…
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.