i was trying speed up HMR and to get vite bundling to run with meteor but struggle with it replacing isobuild.
Was following New vite:bundler package: Vite + Meteor and fixed all errors, but now i do still get the normal meteor bundler update ( => Client modified – refreshing ) via hot-module-replacement@0.5.1 . Instead i would like to have vite do the bundling and refresh instantly.
Meteor HMR is accomplished via the Meteor package hot-module-replacement. If you run Meteor remove hot-module-replacement does that permit Vite HMR to run?