-
Notifications
You must be signed in to change notification settings - Fork 9
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
Uncaught SyntaxError: ambiguous indirect export: default #28
Comments
Just to add, I commented out the time tag. Still same error. |
What set-up are you using? If SvelteKit, what version? |
Hi @metonym, thanks for getting back so quickly. |
So the problem is "Usage with Vite".
to vite.config.js Perhaps edit docs to say if get ambiguous indirect error then make sure vite.config.js is updated. |
Hello,
I wonder if you can help with this.
Here are snippets of my code
without the svelteTime code, all is well, first.publish_date is printed.
With the extra code, I get an error in firefox console of above. It is a line two of days.js.
So I changed first.publish_date with "2021-02-14" and got the same error. Obviously this works in the repl.
Any ideas what I am doing wrong?
The text was updated successfully, but these errors were encountered: