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(bin): use compiler.close API correctly for stats #763

Merged
merged 1 commit into from
Mar 8, 2019

Conversation

TheLarkInn
Copy link
Member

ISSUES CLOSED: #762

What kind of change does this PR introduce?

Bugfix

Did you add tests for your changes?
Will be done by @dhruvdutt in #758

If relevant, did you update the documentation?
N/A

Summary
compiler.close was not calling the compiler callback correctly and therefore stats were null. In addition compiler will never close in watch mode. Removed.

Does this PR introduce a breaking change?

Other information

Copy link
Member

@evenstensberg evenstensberg left a comment

Choose a reason for hiding this comment

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

lgtm, no way to bind to handler directly as an argument I suppose, but this is solid.

@evenstensberg
Copy link
Member

@dhruvdutt PTAL

@webpack-bot
Copy link

Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon.

@evenstensberg evenstensberg merged commit f2bc8a2 into master Mar 8, 2019
@evenstensberg evenstensberg deleted the bugfix/fix-vee-five-support branch March 8, 2019 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

webpack@alpha is broken against webpack-cli@latest
3 participants