mattlewis92 / webpack-retry-chunk-load-plugin

A webpack plugin to retry loading of chunks that failed to load
MIT License
238 stars 45 forks source link

feat: rename `timeout` option to `retryDelay` and set default to 0 #28

Closed jens-duttke closed 3 years ago

jens-duttke commented 3 years ago

This change resolves #27

codecov-commenter commented 3 years ago

Codecov Report

Merging #28 (7c2502e) into master (2438223) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #28   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           17        17           
  Branches         4         4           
=========================================
  Hits            17        17           
Impacted Files Coverage Δ
src/index.js 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 1b38415...7c2502e. Read the comment docs.