doesdev / rollup-plugin-analyzer

Mad metrics for your rollup bundles, know all the things

Home Page:http://rollup-plugin-analyzer.doesdev.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outputs twice?

hewelt opened this issue · comments

Here's how i call it:

analyze({ summaryOnly: true, limit: 0 })

i see 2 set of values printed

image

I saw examples where it prints it only once? 🤔 I assume it's because i have both index.es.js and index.js. Any way to ignore other bundles and print summary only for index.js?