-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package.json subpath imports do not work #249
Comments
what are |
It's like tsconfig You can read more here |
does vite support it? |
Yes. vitejs/vite#7385 vitejs/vite#7770 Not completely sure which Vinxi version is causing the issues, but they started when upgrading from solid-start v0.6.0 to v0.7. Definitely worked with Vite before that. |
Ahh okay lemme see what's wrong. If vite supports it we should be able to get it working too |
This is still an issue as of 0.3.11 |
When updating solid-start from v0.6.0 to v0.7 I started getting this crash in the dev server for any page load. Not sure which underlying vinxi package is causing it though.
Turns out it's caused by specifying subpath imports in package.json. Even an empty object will trigger.
package.json
Here's a stackblitz reproduction https://stackblitz.com/edit/solidjs-solid-start-wtwqtu
The text was updated successfully, but these errors were encountered: