Uh oh!
There was an error while loading. Please reload this page.
add yarn.lock - #2012
Conversation
Timer
commented
Apr 22, 2017
This has been brought up before, I'm pretty sure the reasoning we haven't done it is that a If we do anything, it'll probably be to ignore the lock files. It doesn't do us any good, we want to know when things break and they have no effect on the end-user when they install, so I think this will be a no go for now. |
viankakrisna
commented
Apr 22, 2017
Ok then, opened another PR for adding it to .gitignore. I've searched the repo and haven't found anything mentioning yarn.lock on the root of this project. Is there any particular issue / pr that brought this up? |
trygveaa
commented
Apr 22, 2017
Seems like this has been fixed? |
See my comment in #2014 (comment). |
I'm often cleaning my node_modules and reinstall it with yarn, and i notice that it always creates a new yarn.lock file. I think we should decide wether we want yarn.lock on the root of this project or not.
If we want to ignore it, i'll close this and do https://github.com/viankakrisna/create-react-app/tree/ignoreyarnlock instead.