davidAtInleague

Results 3 comments of davidAtInleague

I think I have the same issue? Can't quite tell. I migrated a webpack based quasar project to vite; the webpack project has a working android capacitor setup, it launches...

on this end, seems vite-plugin-checker ends up throwing an exception that gets pretty well silenced when running in capacitor/android mode. fwiw this line in dep-611778e0.js (representing tsconfck source?) called from...

Hi I got this too, using vite; adding "quill" to the vite configuration's `optimizeDeps` seems to fix it, i.e. ``` defineConfig({optimizeDeps: ["quill"]}) ``` seems to do the trick. I got...