dojo / webpack-contrib

Plugins and loaders for webpack used with Dojo
Other
4 stars 19 forks source link

Fix revisiting bug for cached paths #322

Closed matt-gadd closed 3 years ago

matt-gadd commented 3 years ago

Type: bug

The following has been addressed in the PR:

Description: Fixes a bug where the cache can continuously re-add already visited pages, results in a loop of death.

codecov[bot] commented 3 years ago

Codecov Report

Merging #322 (c82c83d) into master (89996b1) will decrease coverage by 0.16%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #322      +/-   ##
==========================================
- Coverage   85.64%   85.48%   -0.17%     
==========================================
  Files          54       54              
  Lines        2578     2583       +5     
  Branches      694      696       +2     
==========================================
  Hits         2208     2208              
- Misses        370      375       +5     
Impacted Files Coverage Δ
src/build-time-render/BuildTimeRender.ts 93.67% <0.00%> (-1.00%) :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 89996b1...c82c83d. Read the comment docs.