Current Behavior
vitest is currently crashing when running any unit test that pulls in a dependency from the @tanstack/solid-* ecosystem (specifically @tanstack/solid-store).
existing tests work fine, but if a test imports anything that uses these newer TanStack libraries, it throws this error: TypeError: Unknown file extension ".jsx" for .../node_modules/@tanstack/solid-store/dist/source/index.jsx
Current Behavior
vitestis currently crashing when running any unit test that pulls in a dependency from the@tanstack/solid-*ecosystem (specifically@tanstack/solid-store).existing tests work fine, but if a test imports anything that uses these newer
TanStacklibraries, it throws this error:TypeError: Unknown file extension".jsx" for.../node_modules/@tanstack/solid-store/dist/source/index.jsx