Vite plugin's global variables are `undefined` when using Deno
Anyone run across this before? Running Deno 2 and Vite 6beta.
I built a third-party Vite plugin, and now I'm testing it in a "native" Deno project (deno.json, not package.json, etc). However, all of the packages and dependencies are from npm. My Vite plugin defines a global like so.