I'm noticing that while running `./gradlew :kotlin...
# compose-web
s
I'm noticing that while running
./gradlew :kotlin-compose-web-sample:jsBrowserDevelopmentRun
that when I save a new file I get a message:
webpack 5.74.0 compiled successfully in 36 ms
, but I see no change in the website, even after refreshing. Is there something I can do to get hot reload working for compose web?
a
Yes use the task with the —continuous flag
s
thanks