How can i set the kotlinjs hot reload to reload on...
# javascript
k
How can i set the kotlinjs hot reload to reload on save and not on code changes? As it is now it is reloading while I am editing.
m
It is hot reloading on save, as IntelliJ does save automatically once you write down anything
k
Yeah, it seems like it was my intellij bugging out and continuously saving everything. Restarting Intellij fixed it
🙌 1