FormidableLabs / inspectpack

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

Determine if the webpack function expression check can be more specific #25

Closed tptee closed 6 years ago

tptee commented 7 years ago

Can we narrow it down to functions that have a module parameter?

ryan-roemer commented 6 years ago

Should be obviated in inspectpack@^3 because we use stats object now, not real bundles.