FormidableLabs / inspectpack

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

Add `ignoredPackages` option to `DuplicatesPlugin` #133

Closed tido64 closed 4 years ago

tido64 commented 4 years ago

Addresses #132.

codecov[bot] commented 4 years ago

Codecov Report

Merging #133 into master will increase coverage by 0.41%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #133      +/-   ##
==========================================
+ Coverage   92.01%   92.43%   +0.41%     
==========================================
  Files          13       13              
  Lines         751      753       +2     
  Branches      123      123              
==========================================
+ Hits          691      696       +5     
+ Misses         25       24       -1     
+ Partials       35       33       -2     
Impacted Files Coverage Δ
src/plugin/duplicates.ts 87.58% <0.00%> (+1.96%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2f0c3ea...d4a7783. Read the comment docs.

ryan-roemer commented 4 years ago

Thanks @tido64 ! I'm traveling next week but will try to get some time the week after to review in more detail.

tido64 commented 4 years ago

Superseded by #134