shaktiman_droid
01/26/2022, 3:10 PM1.6.10
Should we commit this file kotlin-js-store/yarn.lock
or gitignore
it?
Based on Github search, I see repos where they add it and some others where they do not keep it
And there is this comment on this channel where @Oliver.O says that the intention is to track it on version control
Can someone please clarify on this?Oliver.O
01/26/2022, 3:20 PMkotlin-js-store/yarn.lock
, you'll get a "stable" build when checking out into a new directory (e.g. in CI). Otherwise, your builds will be "stable" locally as long as the file exists. As I mentioned in the comment above, stability is limited as new dependencies trigger automatic updates to the lock file.hfhbd
01/26/2022, 3:20 PMhfhbd
01/26/2022, 3:21 PMshaktiman_droid
01/26/2022, 3:26 PMkotlin-js-web-app
or it would be needed in any KMP project which has a JS
platform enabled?hfhbd
01/26/2022, 3:29 PMmultiplatform
and JS
target or kotlin(js
)shaktiman_droid
01/26/2022, 3:29 PM