Uh oh!
There was an error while loading. Please reload this page.
Remove code duplication - #1241
Conversation
There was a problem hiding this comment.
I'm not even sure if this line is still useful.
Looks like unreachable code.
There was a problem hiding this comment.
This lets us increase minimal version with time if react-scripts imposes this but user doesn't update the CLI itself.
There was a problem hiding this comment.
This allows us to check the minimal supported version asap for the whole cra to work.
The problem was that it took ~10 minutes with node v0.10 to get to an halt with error, using a lot of resources meanwhile as it still installs all the dependencies, even thou it warns about the problem.
0018096 to
125edbdCompare125edbd to
c140012Comparegaearon
commented
Jan 9, 2018
This doesn't merge cleanly and I forgot what this is about. If it's still relevant please resubmit :-) |
EnoahNetzach
commented
Jan 9, 2018
I don't think this is still relevant 🤷♂️ |
I just realized that with #1195 I duplicated some code. This PR just removes it.