Support Deno
alexgleason opened this issue · 0 comments
alexgleason commented
Is your feature request related to a problem? Please describe.
This plugin is incompatible with Deno.
See: denoland/deno#26801
Normally Deno is able to detect when a dependency invokes node
, and it will rewrite it to deno
automatically. It does this for vite itself. But something in this package is making that behavior not work. Do you have any ideas what that might be?
Describe the solution you'd like
A patch in either Deno or vite-plugin-checker makes it call deno
instead of node
.
Describe alternatives you've considered
No response
Additional context
No response
Validations
- Read the docs.
- Read the Contributing Guidelines.
- Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.