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 hanging when using options #149

Merged
merged 1 commit into from
Jul 11, 2017
Merged

Fix hanging when using options #149

merged 1 commit into from
Jul 11, 2017

Conversation

danez
Copy link
Collaborator

@danez danez commented Jul 11, 2017

Q A
Bug fix? yes
Fixed tickets Fixes #148
License MIT

@codecov
Copy link

codecov bot commented Jul 11, 2017

Codecov Report

Merging #149 into master will decrease coverage by 0.8%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
- Coverage   66.82%   66.02%   -0.81%     
==========================================
  Files           8        8              
  Lines         205      209       +4     
  Branches       52       52              
==========================================
+ Hits          137      138       +1     
- Misses         56       58       +2     
- Partials       12       13       +1
Impacted Files Coverage Δ
tasks/webpack-dev-server.js 14.89% <0%> (-0.67%) ⬇️
tasks/webpack.js 76.74% <100%> (-1.31%) ⬇️

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 a7c808e...a378c03. Read the comment docs.

@danez danez merged commit 96fa0ef into master Jul 11, 2017
@danez danez deleted the fix-done branch July 11, 2017 12:57
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.

Running grunt webpack hangs if the config includes options and 1 or more targets.
1 participant