You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Describe the bug
Vite fails to run on Deno after upgrading to v6 when the config file includes an import statement with the
npm:
specifier.I think I have a solution so I'd like to work on a patch!
Reproduction
https://github.com/kazushisan/vite-v6-deno-bug
Steps to reproduce
using the following config:
execute the following command:
will work as expected, however the if I change the version to v6, vite will throw an error.
System Info
Used Package Manager
N/A
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: