install-webpack-plugin icon indicating copy to clipboard operation
install-webpack-plugin copied to clipboard

fix: do not register the plugin twice

Open anshumanv opened this issue 4 years ago • 1 comments

What kind of change does this PR introduce? fix

Did you add tests for your changes? yes

If relevant, did you update the documentation? NA

Summary we were registering plugin twice in some precompile logic which was redundant.

Does this PR introduce a breaking change? no

Other information

anshumanv avatar May 28 '21 11:05 anshumanv

Codecov Report

Merging #183 (d994567) into master (a0237cc) will decrease coverage by 1.87%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #183      +/-   ##
==========================================
- Coverage   88.54%   86.66%   -1.88%     
==========================================
  Files           3        3              
  Lines         192      180      -12     
  Branches       39       38       -1     
==========================================
- Hits          170      156      -14     
- Misses         20       22       +2     
  Partials        2        2              
Impacted Files Coverage Δ
src/plugin.js 78.94% <ø> (-5.15%) :arrow_down:

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 a0237cc...d994567. Read the comment docs.

codecov[bot] avatar May 28 '21 11:05 codecov[bot]