doesdev / rollup-plugin-analyzer

Mad metrics for your rollup bundles, know all the things
http://rollup-plugin-analyzer.doesdev.com
MIT License
241 stars 4 forks source link

Outputs twice? #33

Open hewelt opened 6 months ago

hewelt commented 6 months ago

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?