Skip to content

fix: multiple config compilation error (rebase)#1468

Closed
aman29271 wants to merge 10 commits into
webpack:masterfrom
aman29271:bugfix/multiple-entry-compilation
Closed

fix: multiple config compilation error (rebase)#1468
aman29271 wants to merge 10 commits into
webpack:masterfrom
aman29271:bugfix/multiple-entry-compilation

Conversation

@aman29271

Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?
A bugfix which closes #887

Did you add tests for your changes?
Yes
If relevant, did you update the documentation?
Nope

Does this PR introduce a breaking change?
No

Other information

@webpack-bot

Copy link
Copy Markdown

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

@alexander-akait

Copy link
Copy Markdown
Member

/cc @webpack/cli-team Should we accept bug fixes for v3 or we should focus on v4?

@heysrii

heysrii commented May 11, 2020

Copy link
Copy Markdown

Do we have an ETA for the merge

@alexander-akait alexander-akait left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

/cc @webpack/cli-team

Comment thread test/binCases/entry/multiple-config/multiple-config.test.js Outdated
@snitin315

Copy link
Copy Markdown
Member

Also, can you please add a test case for --info-verbosity verbose with multiple configs as per the Issue, So that we can ensure we don't have the same problem anymore?

@webpack-bot

Copy link
Copy Markdown

@aman29271 Thanks for your update.

I labeled the Pull Request so reviewers will review it again.

@evilebottnawi Please review the new changes.

@aman29271

Copy link
Copy Markdown
Contributor Author

@snitin315 Thanks for pointing out. Tests has been added.

@aman29271
aman29271 requested a review from alexander-akait May 13, 2020 09:54
expect(code).toBe(0);
expect(code).toBeDefined();
expect(code).not.toBeNull();
expect(summary).toEqual(expect.anything());

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Bad idea to do it, no need test on anything

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@evilebottnawi should I remove it? 🤔

@alexander-akait

Copy link
Copy Markdown
Member

Fixed in master, anyway big thanks for PR

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.

[BUG]: Multiple config throws error calling tap on undefined in webpack-cli

5 participants