-
-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
What problem does this feature solve?
It would be very nice to have the list of processed files somewhere in the UI. RIght now we have the number of generated files (in our case it is sor tof 6k+)
I wish there was a number of processed files (let's say 41233) and a way to list them. So we can take this data and delete the unused modules/find out why they are not used in the codebase.
This can trigger further research on
- why we have unused files, except the tests/stories/markdown files...
- why do we actually process some of the files when we should not
What does the proposed API look like?
- To have a setting for the
featuresparameternew RsdoctorRspackPlugin({ features: ['source'] }) - Show the number of processed files in the project overview, along with the
Total files - Show 4th tab after the
Bundle sizewith the nameprocessed files, with a similar UI as Bundle stats - Have the ability to export the list of processed files (any format, just a text file with file paths)
- Deal with node_modules? Have a filter or something like that
ahmedelgabri and yifancong
Metadata
Metadata
Assignees
Labels
No labels