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(server): don't ignore node_modules by default #1970

Merged
merged 1 commit into from Jun 5, 2019
Merged

Conversation

hiroppy
Copy link
Member

@hiroppy hiroppy commented Jun 5, 2019

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

For Bugs and Features; did you add new tests?

yes

Motivation / Use-Case

fixes #1934

Breaking Changes

yes

Additional Info

@hiroppy hiroppy changed the title Revert #1794 fix(server): revert #1794 Jun 5, 2019
expect(folderWatched).toEqual(false);
done();
});
});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I this we should rewrite test to check what we watch node_modules (to avoid future regressions)

Copy link
Member

@alexander-akait alexander-akait left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work! Let's rewrite test

@codecov
Copy link

codecov bot commented Jun 5, 2019

Codecov Report

Merging #1970 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1970      +/-   ##
==========================================
- Coverage   92.47%   92.47%   -0.01%     
==========================================
  Files          28       28              
  Lines        1077     1076       -1     
  Branches      322      322              
==========================================
- Hits          996      995       -1     
  Misses         77       77              
  Partials        4        4
Impacted Files Coverage Δ
lib/Server.js 92.51% <100%> (-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 53f4253...22d7bae. Read the comment docs.

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-dev-server@3.4.1 ignores changes in node_modules
2 participants