FormidableLabs / inspectpack

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

Feature/chore: Implement `fullPath`. #106

Open ryan-roemer opened 5 years ago

ryan-roemer commented 5 years ago

There are a number of issues related to the fact that the stats object doesn't have the actual full path on disk of modules. Instead we get identifier and some other stuff that we can loosely infer stuff with.

In addition to the various tickets out there, this is a tracking ticket to allow a lot of TODOs that should be searched on in source to fix before shipping the feature.