NPM START reload when save files [SOLVED]

how to prevent “npm start” command reload the project after ever “ctrl+s” in the IDE ?

its called hot-reload. that’s the purpose of it. Reload the content whenever you make a change. you have to disable it.

thanks! just google this term, and found the solution!