Tomáš Hubálek
06/01/2021, 7:07 AM./gradlew jsBrowserRun
) ? I see in web console client?0774:52 [WDS] Live Reloading enabled.
but I don't think JetPack is supporting it at the moment.Oleksandr Karpovich [JB]
06/01/2021, 7:11 AMSam
06/01/2021, 7:26 AMjsBrowserRun
with --continuous
flag. This will enable live reload whenever you save the project. It recompiles the code each time, but is more handy to work with then manual run task execution.Tomáš Hubálek
06/01/2021, 7:30 AM