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

[WIP] Drop node 10 and webpack 4 #2834

Closed
wants to merge 4 commits into from
Closed

[WIP] Drop node 10 and webpack 4 #2834

wants to merge 4 commits into from

Conversation

snitin315
Copy link
Member

What kind of change does this PR introduce?
refactor

Did you add tests for your changes?
removed tests for v4.
If relevant, did you update the documentation?
Not yet
Summary
Drop node 10 and webpack 4

Does this PR introduce a breaking change?
YES

Other information
No

@alexander-akait alexander-akait changed the base branch from master to next July 15, 2021 12:33
process.env.NODE_ENV === "none")
) {
configOptions.mode = process.env.NODE_ENV;
}
Copy link
Member

Choose a reason for hiding this comment

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

We should keep these logic, for procee.env.NODE_ENV

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.

Also now we need --entry-reset before using --entry, it is fine and it is breaking change, some tests need to be rewritten

@snitin315
Copy link
Member Author

I will update 👍🏻

@snitin315
Copy link
Member Author

Let's rebase after #2833

@alexander-akait
Copy link
Member

Done here #2879, also we need simplify our logic in many method, I will do it, anyway thanks for PR

@alexander-akait alexander-akait deleted the rm-node-10 branch August 5, 2021 18:50
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.

3 participants