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.

Include `stats` section in `examples` folder on this repo

See original GitHub issue

I just found out the examples folder on this repo, it’s great!

https://github.com/webpack/webpack/tree/main/examples/

I’d love to see the output of stats included here as well. I have no idea of what each of these do exactly. What’s an asset? What’s a module? What’s a chunk? Show me.

The output for each setting would be generated with the config:

module.exports = {
  //...
  stats: {
    all: false,
    [thisSetting]: true
  },
};

plus joint options like groupAssetsByChunk that need to be combined with other options.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
salmanansari14commented, Aug 14, 2021

I want to contribute

0reactions
fregantecommented, Sep 1, 2022

Ping ☺️ The stats are mostly undocumented or unclear to what they refer to to anyone who’s not very familiar with webpack.

Read more comments on GitHub >

github_iconTop Results From Across the Web

GitLab CI/CD include examples
You can use include to include external YAML files in your CI/CD jobs. Include a single configuration file. To include a single configuration...
Read more >
github/git-sizer: Compute various size metrics for a Git ...
The "Overall repository size" section includes repository-wide statistics about distinct objects, not including repetition. "Total size" is the sum of the sizes ...
Read more >
How to count total lines changed by a specific author in a Git ...
It's git-quick-stats (github link). Copy git-quick-stats to a folder and add the folder to path. mkdir ~/source cd ~/source git clone git ...
Read more >
File Name Recommendations - DataShare: ISU's Open ...
You should name your files based on important elements of your project such as: Specimen or sample designation.
Read more >
Git Status: Inspecting a repository | Atlassian Git Tutorial
The git status command displays the state of the working directory and the staging area. It lets you see which changes have been...
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