axe-me / vite-plugin-node

Vite plugin to run your node dev server with HMR!
990 stars 46 forks source link

setInterval not cleared #73

Open vlastoun opened 1 year ago

vlastoun commented 1 year ago

This plugin is great idea.

I found problem with intervals. How to reproduce:

How to reproduce:

setInterval(()=>{
  console.log("123")
}, 5000)

refresh code with change or ctrl +s

console.log is logged multiple times for each refresh