-
-
Notifications
You must be signed in to change notification settings - Fork 622
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
Conversation
process.env.NODE_ENV === "none") | ||
) { | ||
configOptions.mode = process.env.NODE_ENV; | ||
} |
There was a problem hiding this comment.
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
There was a problem hiding this 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
I will update 👍🏻 |
Let's rebase after #2833 |
Done here #2879, also we need simplify our logic in many method, I will do it, anyway thanks for PR |
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