solidjs/templates

"deps.registerNodeLoader" is deprecated...

busticated opened this issue ยท 1 comments

hi there ๐Ÿ‘‹

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 ๐Ÿ™ ๐Ÿ‘

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