webpack-contrib / file-loader

File Loader
MIT License
1.86k stars 255 forks source link

feat: added the `sourceFilename` property to asset info with original… #393

Closed alexander-akait closed 3 years ago

alexander-akait commented 3 years ago

… filename

This PR contains a:

Motivation / Use-Case

for compatibility reasons

Breaking Changes

No

Additional Info

No

codecov[bot] commented 3 years ago

Codecov Report

Merging #393 into master will decrease coverage by 12.72%. The diff coverage is 58.82%.

Impacted file tree graph

@@             Coverage Diff              @@
##            master     #393       +/-   ##
============================================
- Coverage   100.00%   87.27%   -12.73%     
============================================
  Files            2        3        +1     
  Lines           38       55       +17     
  Branches        15       20        +5     
============================================
+ Hits            38       48       +10     
- Misses           0        6        +6     
- Partials         0        1        +1     
Impacted Files Coverage Δ
src/utils.js 56.25% <56.25%> (ø)
src/index.js 100.00% <100.00%> (ø)

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 381d8bd...40d29b1. Read the comment docs.