Open busticated opened 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:
v14.1 (23B74)
node@18.18.2
npm@9.8.1
vite.config.js
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
vitest@0.34
hi there :wave:
on macOS
v14.1 (23B74)
withnode@18.18.2
andnpm@9.8.1
using thevite.config.js
file shown here, i'm seeing a warning when i runvitest
:is this still needed?
thanks 🙏 👍