Closed atk closed 8 months ago
Latest commit: e52d554ecb4d70ca2f1a15337dfbb91978ce2312
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
When installing the solid-start with-vitest template using npm, you get an error message on tests:
This is because npm imports work differently than pnpm imports and vitest does resolve the indirectly included modules using the package manager's resolver. Importing everything solid-js as external fixes this issue.