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: support webpack 5 #199

Merged
merged 1 commit into from
Dec 4, 2019
Merged

fix: support webpack 5 #199

merged 1 commit into from
Dec 4, 2019

Conversation

ricardogobbosouza
Copy link
Collaborator

@ricardogobbosouza ricardogobbosouza commented Dec 2, 2019

This PR contains a:

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

Motivation / Use-Case

Resolve #187
Resolve #190

Breaking Changes

no

Additional Info

Thanks @vankop for starting PR #190

@codecov-io
Copy link

codecov-io commented Dec 2, 2019

Codecov Report

Merging #199 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #199   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           6      6           
  Lines         106    112    +6     
  Branches       20     24    +4     
=====================================
+ Hits          106    112    +6
Impacted Files Coverage Δ
src/LintDirtyModulesPlugin.js 100% <100%> (ø) ⬆️

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 42b5a39...d91ca3d. Read the comment docs.

@vankop
Copy link

vankop commented Dec 2, 2019

@ricardogobbosouza Sorry, I forgot about it =( Thanks for making fix

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.

Crashes when using lintDirtyModulesOnly and webpack 5.beta0
3 participants