0

Is there a way to set up a https://stackblitz.com project so it is not compiled automatically on every key press ?

isherwood
  • 58,414
  • 16
  • 114
  • 157
armadillo.mx
  • 934
  • 1
  • 11
  • 17

1 Answers1

2

You should go Settings -> Dev Server -> Hot reload trigger and change it to Save

enter image description here

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