-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
verbatimModuleSyntax require + clsx not found #21
Comments
tks for reporting this issue interesting... |
would you have a test project to reproduce the issue. I am using the library as part of another project https://github.com/orefalo/svelte-treeviews |
It works in your other project because |
will fix... Fixed. Thanks for reporting. now I wonder if I should make it a peer or plain dependency.... and what are +/- I have the feeling it should be a plain dep |
fixed by v1.3.10 (closing the issue) Thanks for the quick response :) As for the svelte-preprocess issue there were some other solution that i didn't go through: |
I just installed the lib via npm (not a fresh project)
And suddently my svelte build is encountering issues
To solve clsx i had to declare it as devdependencies in my project
I still don't know what's the actual issue
The verbatim issue is an issue on svelte preprocess part
Related to Libraries not working with svelte-preprocess v6 sveltejs/svelte-preprocess#643
Caused by Remove dependency on
svelte-preprocess
sveltejs/language-tools#2391(this could help someone having the issue)
I removed svelte preprocess (as I was almost not using it) and the issue disapeared
The text was updated successfully, but these errors were encountered: