Open krispya opened 1 year ago
I confirmed that vite v4 does work. The problem is using @vitejs/plugin-react-swc
insead of @vitejs/plugin-react
.
So the earlier error was vite 4 + swc and works with vite 4 + babel.. did u try with vite 3 as well?
I did not, I can try this configuration later.
https://github.com/vitejs/vite/issues/9986 could be related to this
resolve: {
preserveSymlinks: true,
},
work for me
I confirmed that vite v4 does work. The problem is using
@vitejs/plugin-react-swc
insead of@vitejs/plugin-react
.
Thanks!! I had the following error "[vite] Internal server error: Bindings not found." Changing @vitejs/plugin-react-swc to @vitejs/plugin-react solved it.
I get the following error when attempting to start up the editor:
My
vite.config
:I am on Windows. I am using Vite v4.0.0.