Open hewelt opened 6 months ago
Here's how i call it:
analyze({ summaryOnly: true, limit: 0 })
i see 2 set of values printed
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?
Here's how i call it:
analyze({ summaryOnly: true, limit: 0 })
i see 2 set of values printed
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?