-
Notifications
You must be signed in to change notification settings - Fork 18
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
Could not load index.mjs for typescript project #32
Comments
I'm also seeing this, but I think this is just a typescript definition issue that I can ignore.
|
Hi @kneumei, thank you for reporting! |
Thanks @okrad Looks like the build time errors and warnings are resolved, but now I'm getting a runtime error. I'm not really familiar enough with svelte to diagnose much...but I am running this as I described in my previous post: I just modified the hello world svelte project to include progress bar |
@kneumei, it should be fixed now, with the added advantage that the library is now converted to Sveltekit! The disadvantage is that the library doesn't get bundled by default, In case it is needed, the bundled version can get created by running the Can you try it out? |
Getting this error when doing
npm build
:To reproduce:
Modify main.ts
Modify App.svelte
Finally run
npm run build
The text was updated successfully, but these errors were encountered: