You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 77b17da I disabled Vite's HMR in favour of the custom one with Chokidar (cli.js).
I recently tried the custom HMR with Chokidar again in Iris v0.3.0-dev.1 branch and having both Vite and the custom HMR activated at the same time felt unnecessary.
With this change, it means that Vite is used as only the local development server and bundling tool while cli.js is used for HMR.
The text was updated successfully, but these errors were encountered:
In 77b17da I disabled Vite's HMR in favour of the custom one with Chokidar (
cli.js
).I recently tried the custom HMR with Chokidar again in Iris v0.3.0-dev.1 branch and having both Vite and the custom HMR activated at the same time felt unnecessary.
With this change, it means that Vite is used as only the local development server and bundling tool while
cli.js
is used for HMR.The text was updated successfully, but these errors were encountered: