#Vite + single-spa hmr not working (React)
1 messages · Page 1 of 1 (latest)
Hi @white plover ! I'm also looking into how to get a good developer experience with vite + react + single-spa. Did you progress anything in your setup? How did you manage to create the spa entry point in dev mode?
I added the below but I can't find the entry point file. I assumed it would be in localhost:8181/spa.js but it's not there
vitePluginSingleSpa({
type: "mife",
serverPort: 8181,
spaEntryPoints: "src/spa.tsx",
}),