#Trying to upgrade to Vite6 with sveltekit. Type errors.

12 messages · Page 1 of 1 (latest)

rose garnet
#

plugins is a PluginOption[]

#

sveltekit() returns a Promise<Plugin<any>[]>

#

PluginOption is a Promise<PluginOption[]>

#

Which im guessing means its also a Promise<Plugin[]> ???

#

I'm confused about the recursion.

#

oh

#

im seeing something about property apply

rose garnet
#

/close

#

npm lock file is all wonky