webpack-contrib / worker-loader

A webpack loader that registers a script as a Web Worker
MIT License
1.46k stars 273 forks source link

Fix: remove webpack sourceURL #289

Closed cap-Bernardito closed 4 years ago

cap-Bernardito commented 4 years ago

This PR contains a:

Motivation / Use-Case

remove webpack sourceURL for "devtool" option ("eval-source-map" value)

Breaking Changes

No

Additional Info

No

codecov[bot] commented 4 years ago

Codecov Report

Merging #289 into master will increase coverage by 0.48%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #289      +/-   ##
==========================================
+ Coverage   75.86%   76.35%   +0.48%     
==========================================
  Files           6        6              
  Lines         145      148       +3     
  Branches       52       52              
==========================================
+ Hits          110      113       +3     
  Misses         30       30              
  Partials        5        5              
Impacted Files Coverage Δ
src/supportWebpack4.js 87.50% <100.00%> (+0.83%) :arrow_up:
src/supportWebpack5.js 82.75% <100.00%> (+0.61%) :arrow_up:
src/utils.js 86.48% <100.00%> (+0.37%) :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 0d4624c...27a9851. Read the comment docs.