pedrocandidozup

Results 5 comments of pedrocandidozup

`{ "name": "host", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite --port 4173", "build": "tsc && vite build", "preview": "npm run build && vite preview --port 4173" },...

Is the same for the [Example Module Federation](https://github.com/module-federation/module-federation-examples/tree/master/vite-react-microfrontends) the project doesn't work because "react" is stay in **dependencies** when I put in the devDependencies the error is gone, but in...

@sedx yes, after that, I tried to removed "react" at vite.config, but I think it not the best solutions.. I will try use "server.preTransformRequests"

I have the same problem, any solutions for this?

@gioboa can you look this [issue](https://github.com/module-federation/vite/issues/24)? Because I said this, I put all this dependencies in "devDependencies" and the errors is gone, but I don't think this is correct.