yorkie-js-sdk icon indicating copy to clipboard operation
yorkie-js-sdk copied to clipboard

Hot reloading not working when running `npm run dev`

Open chacha912 opened this issue 1 year ago • 1 comments

Description: After switching from webpack to vite in #795 , running npm run dev does not result in hot reloading when changes are made in the public example files.

Why: It allows developers to make changes to the source code and see those changes take effect immediately without having to stop or restart the program.

chacha912 avatar May 03 '24 06:05 chacha912

Related to https://github.com/vitejs/vite/issues/7009.

hackerwins avatar May 07 '24 07:05 hackerwins