Is there any support for hot reloading / auto refr...
# compose-web
j
Is there any support for hot reloading / auto refresh in compose-web?
🚫 1
s
There is autorecompiling->autorefresh thing if you run
jsBrowserRun
task with
--continuous
flag, but it's not as fast as typical hot reload.
It's called "live reload" actually