Is there a way to set up a https://stackblitz.com project so it is not compiled automatically on every key press ?
Asked
Active
Viewed 51 times
1 Answers
2
You should go Settings
-> Dev Server
-> Hot reload trigger
and change it to Save
Now it will recompile only after you've saved a project(Clicked on Save
button or used shortcut, e.g Ctrl+S
).

yurzui
- 205,937
- 32
- 433
- 399