-
Notifications
You must be signed in to change notification settings - Fork 32
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
Must use import to load ES Module error #55
Comments
how do you deploy your application? this looks kind of weird since this is frontendcode (svelte-forms) that's consumed by node itselve, maybe there's a configuration issue? |
I'm deploying to Netlify with the official adapter. svelte.config.js looks like this:
|
I don't have any experience with sveltekit sorry |
I would suggest that you check your project's |
Yep, it does. |
anyway you can get a look at the file |
Hi, can you try to update svelte & vite to their latest version? |
Note: That seems wrong to me that your applications is having errors with |
My code looks like this:
And I'm getting this error after deployment. It works fine on dev server:
The text was updated successfully, but these errors were encountered: