FormidableLabs / inspectpack

An inspection tool for Webpack frontend JavaScript bundles.
MIT License
591 stars 20 forks source link

report with no usable information #181

Open TheDirigible opened 1 year ago

TheDirigible commented 1 year ago

This is the entirety of the report I got, with verbose on:

ERROR in Missing sources: Expected 3, found 0.
Found map: {}

Duplicate Sources / Packages - Duplicates found! ⚠️

* Duplicates: Found 2 similar files across 3 code sources (both identical + similar)
  accounting for 167252 bundled bytes.
* Packages: Found 0 packages with 0 resolved, 0 installed, and 0 depended versions.

Why would it expect 3 missing sources? And how does it know there are identical files if it doesn't know their names?

char0n commented 1 year ago

Yes, getting the same image

The only option is to set emitErrors to false for now.

Env: webpack=5.75.0