vite-plugin-rsw icon indicating copy to clipboard operation
vite-plugin-rsw copied to clipboard

rsw::watch should stop the running building then start a new one

Open deftsp opened this issue 3 years ago • 0 comments

Describe the bug rsw::watch should stop the running building then start a new one

To Reproduce Steps to reproduce the behavior:

  1. Changing file + save. rsw::watch will start building
  2. Do "changing file + save" like 5 times, before the building and link finish.

Expected behavior The running building should stop then start a new one when the source code changed, not execute the build and link one by one(5 times)

  • Version: 2.0.4

deftsp avatar Mar 31 '22 00:03 deftsp