yorkie-team / yorkie-js-sdk

Yorkie JavaScript SDK
https://yorkie.dev/docs/js-sdk
Apache License 2.0
140 stars 92 forks source link

Hot reloading not working when running `npm run dev` #799

Open chacha912 opened 5 months ago

chacha912 commented 5 months ago

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.

hackerwins commented 5 months ago

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