Feature request: Show a table with sizes
See original GitHub issueI tested this with @auth0/babel-preset-cosmos and got a scary result, but couldnβt pin point why
By running cost-of-modules on my machine, I found it was because of one specific dependency: babel-plugin-transform-class-properties
βββββββββββββββββββββββββββββββββββββββββββββ¬ββββββββββββββ¬ββββββββ
β name β children β size β
βββββββββββββββββββββββββββββββββββββββββββββΌββββββββββββββΌββββββββ€
β babel-plugin-transform-class-properties β 45 β 8.05M β
βββββββββββββββββββββββββββββββββββββββββββββΌββββββββββββββΌββββββββ€
β babel-plugin-transform-object-rest-spread β 2 β 0.06M β
βββββββββββββββββββββββββββββββββββββββββββββΌββββββββββββββΌββββββββ€
β babel-preset-react β 20 β 0.46M β
βββββββββββββββββββββββββββββββββββββββββββββ΄ββββββββββββββ΄ββββββββ
Feel free to close this if it is out of scope.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Feature request: Table column width Β· Issue #266 - GitHub
Solution: So, count the dashes (with space and column separator) and use percentage width's by the ratio! For example table { width:100Β ...
Read more >[Feature request] Adjustable width of columns in data-tables ...
When working with data-tables / data-grids it would be great to be able to adjust the width of columns and/or lock the width...
Read more >How To Manage Feature Requests [Template included]
This guide will teach you everything about feature requests β how to process them, manage them, respond to them, prioritize them β so...
Read more >table-layout - CSS: Cascading Style Sheets - MDN Web Docs
The table-layout CSS property sets the algorithm used to lay out cells, ... Table and column widths are set by the widths of...
Read more >Optionally change the width of detail view to fit with screen size
When we have table view as inline, we need to scroll to right to view the rest of column. If we could change...
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 Free
Top 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
Thanks for the request!
I realize that the way you described this is how cost-of-modules works and the initial reason for this tool diffs slightly as seen in the readme
I will think through this problem a little more and see if I can come up with something. π
similar thoughts: https://github.com/styfle/packagephobia/issues/124#issuecomment-417977989