John McAndrews
Results
13
comments of
John McAndrews
solution(for me at least): https://discord.com/channels/933657521581858818/934234468514922567/1301530280212828221
I use quasar so I had to apply this in my quasar.conf.js: ```js extendViteConf(viteConf) { // Extend the Vite configuration to exclude dependencies from optimization viteConf.optimizeDeps = { ...viteConf.optimizeDeps, exclude:...
related docs: https://pglite.dev/docs/bundler-support