rollup-plugin-analyzer icon indicating copy to clipboard operation
rollup-plugin-analyzer copied to clipboard

Outputs twice?

Open hewelt opened this issue 1 year ago • 0 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?

hewelt avatar May 08 '24 10:05 hewelt