You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason will be displayed to describe this comment to others. Learn more.
They don't really talk about the end-application vs. reusable module use-case though. Like the article in #321 mentions, the yarn.lock file is not going to be used in the majority of cases, only for us maintainers of debug while developing, it seems.
5b1e1da
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.
library should not contains lockfile.
5b1e1da
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.
Yarn recommends it actually https://yarnpkg.com/en/docs/migrating-from-npm
5b1e1da
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.
They don't really talk about the end-application vs. reusable module use-case though. Like the article in #321 mentions, the yarn.lock file is not going to be used in the majority of cases, only for us maintainers of
debug
while developing, it seems.5b1e1da
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.
Yeah true. I am not sure if Yarn consumes lockfiles for dependencies. I am guessing that will be a feature though.
5b1e1da
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.
Scratch that, just read the article. See the issue
5b1e1da
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.
Just wanted to note that Yarn has published a blog article concerning lockfiles in libraries vs apps since this conversation: https://yarnpkg.com/blog/2016/11/24/lockfiles-for-all/
5b1e1da
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.
Related issue, removing yarn.lock: #321