mattlewis92 / webpack-filter-warnings-plugin

Allows you to hide certain warnings from webpack compilations
MIT License
27 stars 10 forks source link

Use Default Import Instead of Named Import #5

Closed dhurlburtusa closed 5 years ago

dhurlburtusa commented 5 years ago

This is to fix #4.

codecov-io commented 5 years ago

Codecov Report

Merging #5 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master      #5   +/-   ##
======================================
  Coverage    90.9%   90.9%           
======================================
  Files           1       1           
  Lines          22      22           
  Branches        3       3           
======================================
  Hits           20      20           
  Misses          1       1           
  Partials        1       1

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 8dd3ac7...4ffade8. Read the comment docs.

dhurlburtusa commented 5 years ago

Not needed. The documentation is out-of-sync with the released code.