-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Build fails after upgrading to vite > 2.9.0 #5600
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
Comments
This appears to be a packaging issue with the library you mention Looking at the content of node_modules/@higenku/theme/package.json it seems like there is no "svelte" field that helps to resolve imports of svelte sources. Adding I highly recommend you check out |
I'm Investigating, but it seems to work better |
Ok, now there is another error:
I pushed the code to the repo and corrected the package 0.6.9-next is packaged with svelte-kit package |
This tracker is not used for support/setup questions. It looks like this isn't a bug in kit. Please open a discussion or ask for help in discord (#svelte-kit) to get this resolved. |
Ok, thx |
I don't know how or why, but I started the project all over again and it worked |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
It's expect to build the project when, in a dependency, I export a svelte component, and then import that component. However the build fails with this error:
You can check it yourself here
this should have fixed the problem, however It hasn't
Reproduction
Open https://stackblitz.com/edit/sveltekiterror and see the error yourself
@higenku/[email protected]
other versions work because you have to import the components yourself.Logs
System Info
Severity
blocking an upgrade
Additional Information
No response
The text was updated successfully, but these errors were encountered: