-
-
Notifications
You must be signed in to change notification settings - Fork 224
TypeError in vite.config.ts #303
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
Comments
Debug output:
|
Ah, my knip config was named
|
Glad you found it.
But it's still very useful for me to see this bug report, didn't realize yet that you can provide an (async) function there :) |
🚀 This issue has been resolved in v2.35.0. See Release 2.35.0 for release notes. |
Should not need to ignore anymore :) |
I got the same error in |
Thanks @webpro . I confirmed that on latest version of knip I was able to not ignore vite config and it seems to be working now 👍 👏 |
Awesome |
Thank you for fixing the issue for Vitest! I'm sorry for not getting back to you sooner. |
When I run knip I get the following error:
With the following config:
As you can see, I am trying to just ignore this file, and turn off the plugin, but neither seem to be working. And I get the same error also when not trying to ignore or turn off plugin.
Not sure what additional info would be helpful to debug this, but happy to provide more if requested.
The text was updated successfully, but these errors were encountered: