Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "compsizer", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A tool for analysing the size of component packages in your monorepo.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -6,2 +6,13 @@ | ||
Currently this package is designed for component libraries with the following dist folder structure for each component package: | ||
``` | ||
/dist | ||
| - index.js <- main component file | ||
| - index.d.ts <- type declaration | ||
| - react.js <- a react compatible export | ||
| - react.d.ts <- type declaration | ||
| - someOtherFile.js <- any number of other JS files, likely polyfills | ||
``` | ||
## Features | ||
@@ -119,3 +130,2 @@ | ||
### Report Explanation | ||
The report provides detailed size breakdowns for each component, including: | ||
@@ -122,0 +132,0 @@ |
21927
160