solidjs / templates

Vite + solid templates
446 stars 117 forks source link

"deps.registerNodeLoader" is deprecated... #132

Open busticated opened 1 year ago

busticated commented 1 year ago

hi there :wave:

on macOS v14.1 (23B74) with node@18.18.2 and npm@9.8.1 using the vite.config.js file shown here, i'm seeing a warning when i run vitest:

 Vitest  "deps.registerNodeLoader" is deprecated.If you rely on aliases inside external packages, use "deps.optimizer.web.include" instead.

is this still needed?

thanks 🙏 👍

busticated commented 1 year ago

deprecated as of vitest@0.34 - see #133 and breaking changes