Skip to content

[WIP] Drop node 10 and webpack 4#2834

Closed
snitin315 wants to merge 4 commits intonextfrom
rm-node-10
Closed

[WIP] Drop node 10 and webpack 4#2834
snitin315 wants to merge 4 commits intonextfrom
rm-node-10

Conversation

@snitin315
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member Author

I will update 👍🏻

@snitin315
Copy link
Copy Markdown
Member Author

Let's rebase after #2833

@alexander-akait
Copy link
Copy Markdown
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