Closed lufego closed 5 years ago
It's the size of what's left after tree-shaking and before any other processing like minification and compression. It is taken from the values produced by Rollup for renderedLength
.
You can see it noted as a comment in the API options object here.
I'm going to close this but feel free to reply back if any further clarification is needed.
Hello, I'd like to know what exactly "rendered size" means? Is it about the parsed size (the actual compiled bundle files / size after minification) or gzipped?
Thanks in advance