Include `stats` section in `examples` folder on this repo
See original GitHub issueI 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:
- Created 2 years ago
- Reactions:1
- Comments:7 (4 by maintainers)
Top 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 >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
I want to contribute
Ping ☺️ The stats are mostly undocumented or unclear to what they refer to to anyone who’s not very familiar with webpack.