Conversation
| finalMode = NODE_ENV; | ||
| } else { | ||
| finalMode = mode || PRODUCTION; | ||
| finalMode = PRODUCTION; |
There was a problem hiding this comment.
No need this, webpack do it itself (default is production)
There was a problem hiding this comment.
Okay, let's refactor it in future
alexander-akait
left a comment
There was a problem hiding this comment.
Also can you add multicompiler tests
which config mode should be priority? @evilebottnawi |
|
With |
Needed more work than I thought, looks good now |
|
@anshumanv Thanks for your update. I labeled the Pull Request so reviewers will review it again. @evilebottnawi Please review the new changes. |
What kind of change does this PR introduce?
fix
Did you add tests for your changes?
Yes
If relevant, did you update the documentation?
Yes
Summary
Fix mode priority
Does this PR introduce a breaking change?
Nay
Other information