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 incorrectly reported changes when attaching to an already watched directory #179

Merged
merged 1 commit into from Oct 31, 2020

Conversation

sokra
Copy link
Member

@sokra sokra commented Oct 30, 2020

@Knagis @evilebottnawi should fix the unnecessary invalidation with contextDependencies (hopefully)

@codecov
Copy link

codecov bot commented Oct 30, 2020

Codecov Report

Merging #179 into master will increase coverage by 2.19%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #179      +/-   ##
==========================================
+ Coverage   89.15%   91.35%   +2.19%     
==========================================
  Files           6        6              
  Lines        1051     1029      -22     
  Branches      245      244       -1     
==========================================
+ Hits          937      940       +3     
+ Misses        114       89      -25     
Impacted Files Coverage Δ
lib/watchpack.js 93.08% <ø> (+9.27%) ⬆️
lib/DirectoryWatcher.js 90.02% <100.00%> (+0.25%) ⬆️

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 c42f625...128bcd4. Read the comment docs.

@Knagis
Copy link

Knagis commented Oct 30, 2020

Just tested the change and seems to have fixed the unneeded rebuild we were having.

@alexander-akait
Copy link
Member

@sokra confim, webpack-contrib/copy-webpack-plugin#537 fixed

@sokra sokra merged commit 055e008 into master Oct 31, 2020
@sokra sokra deleted the bugfix/watch-directory branch October 31, 2020 12:35
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.

None yet

3 participants