j4
Vite plugin's global variables are `undefined` when using Deno
This turned out to be an issue with my Vite plugin config. It was working with a locally-linked package with bun (
bun link <name>
). But this isn't how Vite handles things with non-locally-linked packages. So, this is what resolved it for me:
2 replies