We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vite has specific settings that need to be set in vite.config.ts and vitest.config.ts in order for it to work with Evolu. Those are:
vite.config.ts
vitest.config.ts
export default defineConfig({ worker: { format: "es", }, optimizeDeps: { exclude: ["@evolu/react", "@sqlite.org/sqlite-wasm"], include: ["react-dom"], }, })
It would be great if this was included as part of the installation instructions!
The text was updated successfully, but these errors were encountered:
I will review it after the new sync and update docs. Thank you!
Sorry, something went wrong.
No branches or pull requests
Vite has specific settings that need to be set in
vite.config.ts
andvitest.config.ts
in order for it to work with Evolu. Those are:It would be great if this was included as part of the installation instructions!
The text was updated successfully, but these errors were encountered: