Replies: 1 comment 2 replies
-
Ah interesting. I think the problem is that we don't support compiling This decision comes from the days where people were publishing all these packages that required a certain configurations of Babel to use. It was a big mess for the ecosystem. I'd be curious why https://github.com/hperrin/svelte-material-ui/ does this. Do you mind opening an issue there? Might make sense to re-visit this decision depending on what they say. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm new to Svelte and am trying to import a Svelte package for use in my project.
For example, in one of my svelte files, I have:
And when I load the page, I get the following.
Is this type of import not yet supported?
Beta Was this translation helpful? Give feedback.
All reactions