-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
vite: Type 'DevEnvironment' is not assignable to type 'Environment'. #16488
Comments
@kuchta Hey! I created a frewsh Vite 6.1.0 setup and added our plugin with the latest version and can not reproduce this issue. Can you please attach a repro for this? |
@philipp-spiess Hi Philipp, it seems like it's doing in projects initialized by deno.
|
I have the same issue on on Adonis application (with inertia) |
Seems like
After updating to latest versions it's OK
|
FYI, deno doesn't run latest versions unless specifically instructed to do so by --reload param denoland/deno#28148 |
Simplest possible vite configuratin has TS error:
vite.config.ts:
Vite now uses PluginOption instead of Plugin, so maybe the plugin needs some update.
The text was updated successfully, but these errors were encountered: