Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: memory leak #426

Merged
merged 1 commit into from Jul 2, 2021
Merged

fix: memory leak #426

merged 1 commit into from Jul 2, 2021

Conversation

cap-Bernardito
Copy link
Member

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

Fixes webpack/webpack#13127 (comment)

Breaking Changes

No

Additional Info

No

@codecov
Copy link

codecov bot commented Jul 2, 2021

Codecov Report

Merging #426 (88dcf5d) into master (3332a1d) will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #426      +/-   ##
==========================================
+ Coverage   96.99%   97.05%   +0.06%     
==========================================
  Files           4        4              
  Lines         133      136       +3     
  Branches       32       32              
==========================================
+ Hits          129      132       +3     
  Misses          4        4              
Impacted Files Coverage Δ
src/index.js 100.00% <100.00%> (ø)
src/utils.js 97.70% <100.00%> (+0.02%) ⬆️

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 3332a1d...88dcf5d. Read the comment docs.

@alexander-akait alexander-akait merged commit d74f740 into master Jul 2, 2021
@alexander-akait alexander-akait deleted the memory-leak-fixed branch July 2, 2021 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Webpack 5]: cache leak with incremental compilation
2 participants