Edoardo Luppi
10/12/2023, 5:00 PMkotlinUpgradeYarnLock
before assembling again. If not, assembling fails.
I wonder if this task could be setup to run automatically if dependencies changes are found. This would remove the additional step compared to K/JVM.
It's not a big deal, just a DevEx improvement imo.Carter
10/12/2023, 5:04 PMjw
10/12/2023, 5:04 PMyarnLockAutoReplace = true
. See https://kotlinlang.org/docs/js-project-setup.html#reporting-that-yarn-lock-has-been-updatedEdoardo Luppi
10/12/2023, 5:06 PMThe point is to make sure that dependencies don’t change unexpectedlyUnderstandable, tho it's quite frustrating during the prototyping phase, every time I forget to run it.
Carter
10/12/2023, 5:18 PMEdoardo Luppi
10/12/2023, 5:20 PMkotlinUpgradeYarnLock assemble
without even thinking about it.
So probably the end result wouldn't change.
I check the dependencies I'm going to include obviously.Carter
10/12/2023, 5:21 PMhfhbd
10/12/2023, 8:23 PMEdoardo Luppi
10/13/2023, 1:06 PM