Peter Petau
Results
2
comments of
Peter Petau
I am trying to create some kind of micro-frontend where I am importing other Vue apps from different packages within a workspace. I would like to have multiple vite instances...
Hi @arnoson, this is the snipped that runs in the transform hook and replaces the generated hmrIds (only of the .vue files). ```ts const hmrUniqueIdentifier = "your_custom_id_namespace"; if (/\.vue/.test(id)) {...